persistence@glassfish.java.net

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

From: Marina Vatkina <Marina.Vatkina_at_Sun.COM>
Date: Fri, 26 Jan 2007 14:02:13 -0800

I'm confused...

The issues says:
> When running with createEntityManagerFactory() we override the default by
> setting an inSEMode flag and when running in SE mode, we effectively use:
> DDL_BOTH_GENERATION

Isn't it the same as Jon sees?

thanks,
-marina

Gordon Yorke wrote:
> No exactly,
> Bug 1171 is requesting that the property passed to TopLink by glassfish be updated to be our current spec'd properties instead of the old property. The issue Jon is having is that TopLink is still creating sql files when toplink.ddl-generation.output-mode is set to database.
> --Gordon
>
> -----Original Message-----
> From: Marina.Vatkina_at_Sun.COM [mailto:Marina.Vatkina_at_Sun.COM]On Behalf Of
> Marina Vatkina
> Sent: Friday, January 26, 2007 4:16 PM
> To: persistence_at_glassfish.dev.java.net
> Subject: Re: toplink.ddl-generation.output-mode database not working?
>
>
> Hi Gordon,
>
> Isn't this one: https://glassfish.dev.java.net/issues/show_bug.cgi?id=1171 the same?
>
> thanks,
> -marina
>
> Gordon Yorke wrote:
>
>>Hello Jon,
>> Can you file a bug for this, it seems to be an issue.
>>--Gordon
>>
>>-----Original Message-----
>>From: Jon Miller [mailto:jemiller_at_uchicago.edu]
>>Sent: Thursday, January 25, 2007 11:00 PM
>>To: Glassfish Persistence List
>>Subject: toplink.ddl-generation.output-mode database not working?
>>
>>
>>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