Community
Participate
Working Groups
James made fix for WebSphere deployment on Aug 10th in revision 9869, the changes made in his checkin make jpa/delimited, jpa/inheritance and jpa/xml failed on WebSphere Application Server only in trunk, the error message is: [24/08/11 14:35:35:042 EDT] FFDC Exception:javax.persistence.PersistenceException SourceId:com.ibm.ws.jpa.management.JPAPUnitInfo.createEMFactory ProbeId:759 Reporter:com.ibm.ws.jpa.management.JPAPUnitInfo@581e581e javax.persistence.PersistenceException: Exception [EclipseLink-28018] (Eclipse Persistence Services - 2.4.0.qualifier): org.eclipse.persistence.exceptions.EntityManagerSetupException Exception Description: Predeployment of PersistenceUnit [delimited] failed. Internal Exception: java.lang.RuntimeException: java.net.MalformedURLException: no !/ in spec at org.eclipse.persistence.internal.jpa.EntityManagerSetupImpl.predeploy(EntityManagerSetupImpl.java:1387) at org.eclipse.persistence.jpa.PersistenceProvider.createContainerEntityManagerFactory(PersistenceProvider.java:208) at com.ibm.ws.jpa.management.JPAPUnitInfo.createEMFactory(JPAPUnitInfo.java:1602) at com.ibm.ws.jpa.management.JPAPUnitInfo.createEntityManagerFactory(JPAPUnitInfo.java:1352) at com.ibm.ws.jpa.management.JPAPxmlInfo.extractPersistenceUnits(JPAPxmlInfo.java:243) at com.ibm.ws.jpa.management.JPAScopeInfo.processPersistenceUnit(JPAScopeInfo.java:117) at com.ibm.ws.jpa.management.JPAApplInfo.processModulePUs(JPAApplInfo.java:169) Note: the revision the tests passed on WebSphere is 2011-08-10 9863.
I believe this was fixed. It was a URL issue.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink