Community
Participate
Working Groups
>Issue: the jpa.wdf test project requires references to the EJB 3.0.0 and Transaction 1.1.0 API's - dated versions are causing issues currently the eclipse plugins directory is referenced - depending on the IDE version (I am running 3.5 SR2 EE edition) these will be javax.transaction_1.1.1.v201002111330.jar javax.ejb.* (missing) >The build is expecting undated versions <classpathentry kind="var" path="ECLIPSE_HOME/plugins/javax.ejb_3.0.0.jar"/> <classpathentry kind="var" path="ECLIPSE_HOME/plugins/javax.transaction_1.1.0.jar"/> >Fix is to reference the orbit projects <classpathentry combineaccessrules="false" kind="src" path="/javax.ejb 3.0.0"/> <classpathentry combineaccessrules="false" kind="src" path="/javax.transaction 1.1.0"/> just like we already do for JPA 2.0 here in <classpathentry combineaccessrules="false" kind="src" path="/javax.persistence 2.0.0"/> >We discussed this during the 2010 EclipseLink Summit
Created attachment 171535 [details] Change ejb and transaction api references in eclipse .classpath to use Orbit projects
>see eclipselink-dev review request in http://dev.eclipse.org/mhonarc/lists/eclipselink-dev/msg04397.html
Change looks good to me.
>See SVN rev# 7573 http://fisheye2.atlassian.com/changelog/eclipselink/?cs=7573
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink