Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Can't deploy when using LAZY, can deply when using EAGER

Hi Tim,

The bug here is specific to GlassFish DDL generation. Without DDL generation enabled, if you are seeing an issue, it is likely something else.

The fix added to EclipseLink mentioned below was simply to acknowledge an old TopLink Essentials property that was being passed to EclipseLink prior to DDL generation in order to work around the issue.

-Tom

Tim Hollosy wrote:
FYI I believe this bug appears in Jetty (The J2EE Preview) server used
in Eclipse as well. The previous work-arounds don't really work for
me, as I don't have any ddl generation turned on, changing the
relationship to eager fixed it, It is annoying though.

./tch



On Wed, Oct 21, 2009 at 12:33 AM, Michael Bar-sinai
<mich.barsinai@xxxxxxxxx> wrote:
Update (for future searchers):
The problem was found (kudos to Tom and Mitesh) to be an issue with
Glassfish 2.1's PersistenceProcessor. The fix will go into GF 2.2. Another
workaround will go into Eclipselink 2. Another workaround is described in
previous mails.
Customers with paid support might be able to get a fix now (contact your
support etc).
--Michael
_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top