Hi, > I've a web application that runs on jboss-4.2.2. with Hibernate and EJB3. I > implemented the connection manager c3p0 for solving a problem of connection > timeout with mysql database. now i've found out that jackrabbit has this > problem too.
In Jackrabbit 1.4, bundle persistence managers support auto-reconnect. I suggest to use the org.apache.jackrabbit.core.persistence.bundle.MySqlPersistenceManager See also: http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ Regards, Thomas
