Hi list, Today, we released our new version of persistence manager which uses the application server database connection pool. We based this version on the brand new Jackrabbit 1.3 included in Magnolia 3.1 trunk. It is much more stable now thanks to this new jackrabbit version, and I would recommend to use this one.
I will soon update the wiki page http://www.magnolia.info/wiki/Wiki.jsp?page=DataSourcePersistenceManager to explain how to set it up correctly. Here is how to do it quickly : follow the explanation given in that wiki page, but use the class "com.iorga.jackrabbit.core.persistence.db.PooledJNDIDatabasePersistenceManager" instead of "com.iorgagroup.jackrabbit.core.state.db.DataSourcePersistenceManager". For your jackrabbit-mysql-search-{author|public}.xml files, just copy the jackrabbit-mysql-search.xml of Magnolia trunk, and change the <PersistenceManager/> parts. Here is the jar (which include the sources) : http://www.iorga.com/downloads/PooledJNDIDatabasePersistenceManager.jar Cheers, Anthony ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
