Closed jonathanvila closed 10 years ago
Using Karaf 3.0.1 seems to fix this kind of issues.
i ve also tried this tutorial and get always errors :
2014-09-04 08:11:55,499 | INFO | qtp614674444-399 | BlueprintContainerImpl | 19 - org.apache.aries.blueprint.core - 1.4.0 | Bundle db-examplejpa is waiting for dependencies [(&(&(org.apache.aries.jpa.proxy.factory=true)(osgi.unit.name=person))(objectClass=javax.persistence.EntityManagerFactory))]
karaf@root()> info Karaf Karaf version 3.0.1
This happens a lot when there is an error creating the EntityManagerFactory. Unfortunately the current aries jpa version tends to swallow the reason. Can you try to restart the aries jpa bundles and check if you then get an error in the log?
cschneider, I am getting this same error using Hibernate 4.2.15.Final and Karaf 4.0.4.
Do you have any suggestion?
karaf@root()> info Karaf Karaf version 4.0.5
Still getting same issue. Any suggestions?
I've tried these samples with Karaf 2.3.0 , Karaf 2.3.3, Karaf 3.0 and Fuse 6.1 ( with Fabric ) and they only work ( for me ) in _Karaf 2.3.3_
In the other versions it always give an error when trying to start the bundle net.lr.tutorial.karaf.db:db-examplejpa:bundle:1.0-SNAPSHOT :