Hello, I found the problem.
It was because I had "javax.persistence.jdbc.driver = oracle.jdbc.driver.OracleDriver" in my persistence.xml. I have removed this line and it works now, I do not longer have the debug saying there is no DataSourceFactory with Oracle driver. Now I have the following error: Caused by: java.lang.IllegalArgumentException: Not an entity: com.example.FirstBean when I launch my client bundle. Do you know where it can comes from? This bean is in my peristence.xml and seems to be loaded when I launch my entity+persistence bundle (I can see it in the logs). Thanka, GFO -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html
