Yes Christian, this is the case but it works with the release 4.3.6.Final of hibernate.
When I execute the command "feature:list" in the Karaf console, I can see "hibernate 4.3.6.Final" but I would like to have Hibernate 5. In order to install "hibernate 4.3.6.Final" from my feature.xml file, I wrote *<feature version="4.3.6.Final">hibernate</feature>* But now, I would like to get the maven repository to have Hibernate 5 in order to write it in the "repository" element in the feature.xml file like I did for : *<repository>mvn:org.apache.cxf.karaf/apache-cxf/3.1.5/xml/features</repository> <repository>mvn:org.ops4j.pax.jdbc/pax-jdbc-features/0.7.0/xml/features</repository>* But I don't know how to find the maven URL of the Hibernate 5 feature. Could you say me if there is a way to find it please? -- View this message in context: http://karaf.922171.n3.nabble.com/JPA-and-Hibernate-tp4045735p4045967.html Sent from the Karaf - User mailing list archive at Nabble.com.
