Christian Schneider created KARAF-3379:
------------------------------------------
Summary: jpa feature incompatible to hibernate 4.3 feature
Key: KARAF-3379
URL: https://issues.apache.org/jira/browse/KARAF-3379
Project: Karaf
Issue Type: Bug
Affects Versions: 3.0.2
Reporter: Christian Schneider
Fix For: 3.0.3
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)