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,

  Is there a filed-bug for this?  Can you point me at the post?

-Tom

Tim Hollosy wrote:
Thanks Tom,
I did a search through the list and it looks  like this is some other
bug relating to using a PK as an FK to another entity, it has similar
results though with the odd weaved methods in the exception trace.

./tch



On Mon, Nov 9, 2009 at 1:54 PM, Tom Ware <tom.ware@xxxxxxxxxx> wrote:
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
_______________________________________________
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