Hello List,
I have a JEE app that uses eclipselink and runs on glassfish 2.1. The
application does not deploy when I set some relationships to LAZY and
request DDL generation, but does deploy when I set them to EAGER, or
when I don't ask for a DDL generation.
I have worked with people in the eclipselink team (thanks, Tom!) and
they were able to recreate the issue. It seems that "something about
the environment GlassFish puts us in for DDL generation is getting in
the way of weaving".
You can see the relevant thread here:
http://dev.eclipse.org/mhonarc/lists/eclipselink-users/msg03429.html
Setup:
Windows Server 2003R2
Sun GlassFish Enterprise Server v2.1 (9.1.1) (build b60e-fcs)
Eclipse Persistence Services - 1.1.2.v20090612-r4475, as a .jar in the
lib/ folder of the server
Any help would be greatly appreciated.
Michael