Details
Description
The jpa feature loads the jpa 2.0 spec bundle:
<bundle dependency="true" start-level="30">mvn:org.apache.geronimo.specs/geronimo-jpa_2.0_spec/${geronimo.jpa-spec.version}</bundle>
The hibernate 4.3.6 feature loads the jpa 2.1 spec bundle:
<bundle dependency="true" start-level="30">mvn:org.hibernate.javax.persistence/hibernate-jpa-2.1-api/1.0.0.Final</bundle>
This will not work as aries jpa.container only works if exactly one jpa spec bundle is installed.
For hibernate 4.3 only the jpa 2.1 bundle should be present.
Attachments
Issue Links
- is related to
-
KARAF-3393 Provide ready to use jpa20 and jpa21 features
- Resolved