Hide Forgot
project_key: SOA JPA Connector uses JPA 2 API but SOA-P 5.2 has only JPA 1 packaged. En exmaple of the problem is java.lang.NoSuchMethodError: javax.persistence.EntityManager.unwrap(Ljava/lang/Class;)Ljava/lang/Object; at org.modeshape.connector.store.jpa.JpaSource.determineDialect(JpaSource.java:1346) at org.modeshape.connector.store.jpa.JpaSource.getConnection(JpaSource.java:1295) at org.modeshape.connector.store.jpa.JdbcConnectionTest.shouldAutoDetectDialectAndSetOnJpaSource(JdbcConnectionTest.java:131) ModeShape must be Java EE 5 compatible.
Link: Added: This issue Cloned to SOA-3175
This was fixed with MODE-1214 and will be in the next build.
Fixed before ER1