[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[News.eclipse.technology.eclipselink] Re: Eclipselink with Geronimo

Thanks for the reply! Disabling weaving worked! I honestly hadn't paid too close of attention to that setting,
FYI - I noticed that there is some discrepancies with some of the documentation. Both the JPA Extensions guide --->
http://wiki.eclipse.org/Using_EclipseLink_JPA_Extensions_%28ELUG%29#How_to_Disable_Weaving_Using_EclipseLink_Persistence_Unit_Properties and the Introduction to EclipseLink Application Development --->
http://wiki.eclipse.org/Introduction_to_EclipseLink_Application_Development_(ELUG)#Disabling_Weaving_Using_EclipseLink_Persistence_Unit_Properties pages say to use the property:
<property name="persistence.tools.weaving" value="false"/>
where the example for JBoss ---> http://wiki.eclipse.org/EclipseLink/Examples/JPA/JBoss_Web_Tutorial says to use: <property name="eclipselink.weaving" value="false"/>
I used the property from the JBoss example, and it worked fine.


The Introduction to EclipseLink says that dynamic weaving should be considered when "using EclipseLink JPA outside of an EJB 3.0 container ".
Since I am using EclipseLink inside of Geronimo, would it be best to run with weaving disabled or with static?


Thanks!

Doug