Hello Christian, I found why it didn't work when I tried to install hibernate-osgi via a feature.xml file.
In fact, in a feature.xml file, you must write : *<repository>mvn:org.hibernate/hibernate-osgi/5.1.0.Final/xml/karaf</repository>* and then : *<feature>hibernate-orm</feature>* My problem was I wrote : <feature>hibernate-osgi</feature> Thank you Christian to your help. Olivier -- View this message in context: http://karaf.922171.n3.nabble.com/JPA-and-Hibernate-tp4045735p4046576.html Sent from the Karaf - User mailing list archive at Nabble.com.
