Marina,
Yes, after reading the bug more closely I see that 1172 was filed for the Container update and 1171 is to remove the usage of isSEMode. There is no need for a new bug.
--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 5:02 PM
To: persistence_at_glassfish.dev.java.net
Subject: Re: toplink.ddl-generation.output-mode database not working?
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