Hi, I have Jackrabbit 2.6.4 embedded in my web application on TomEE 1.5.2. Now I try to move to TomEE 1.6.0 but when the application use Jackrabbit the following exceptions raise:
Grave: failed to start Repository: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager javax.jcr.RepositoryException: Cannot instantiate persistence manager org.apache.jackrabbit.core.persistence.pool.DerbyPersistenceManager at org.apache.jackrabbit.core.RepositoryImpl.createPersistenceManager(RepositoryImpl.java:1353) ... ... Caused by: javax.jcr.RepositoryException: Could not load JDBC driver class org.apache.derby.jdbc.EmbeddedDriver ... ... Caused by: java.lang.ClassNotFoundException: org.apache.derby.jdbc.EmbeddedDriver ... obviously derby-10.5.3.0_1.jar is in WEB-INF/lib with the required class. What should I check ? Thanks -- View this message in context: http://openejb.979440.n4.nabble.com/Jackrabbit-tp4666745.html Sent from the OpenEJB User mailing list archive at Nabble.com.
