Hello Jack, As I said previously, your namespace is referencing JPA 2, so you cannot use the <jpa:context> and <tx:transaction> tags in your xml (at least to my knowledge). The key is in your log file:
*The matching wildcard is strict, but no declaration can be found for element 'jpa:context'. * To get round this problem, remove both the jpa:context and tx:transaction and put <tx:enable/> and <tx:enable/> outside the bean definitions. Re-run this after you have made the changes and show me the log file. -- View this message in context: http://karaf.922171.n3.nabble.com/Hibernate-JPA-and-Karaf-4-tp4050569p4050641.html Sent from the Karaf - User mailing list archive at Nabble.com.
