persistence@glassfish.java.net

toplink.ddl-generation.output-mode database not working?

From: Jon Miller <jemiller_at_uchicago.edu>
Date: Thu, 25 Jan 2007 21:59:40 -0600

Hi all,

I've been trying to turn off generation of the .jdbc files using the
following property described in the following document. However, I'm finding
that it seems to be ignored. I have been able to set the property that
changes the location of where the files are generated. I'm using Java
1.5.0_09 with V2 B32 of Glassfish Persistence in SE mode. I'm wondering if
this might be a bug? I'm using it with the "drop-and-create-tables" option
for schema generation.

toplink.ddl-generation.output-mode

http://www.oracle.com/technology/products/ias/toplink/jpa/resources/toplink-jpa-extensions.html#Java2DBSchemaGen

Jon