Yeap I did all of that.... I put jar file in the same place as the mysql jar as well.
I'll try again then :) Thanks On 4/16/07, Narinder Kumar <[email protected]> wrote:
Nick, If you want to use Persistance Manager features provided by DataSourcePersistanceManager classes (which provide better connection management than default jacrabbit connection classes (org.apache.jackrabbit.core.state.db.SimpleDbPersistenceManager), you will require the JAR file. If you have edited/created config file related to MySQL connection parameters i.e. .../config/repo-conf/jackrabbit-mysql-search.xml according to WIKI page written by Anthony Ogier http://www.magnolia.info/wiki/Wiki.jsp?page=DataSourcePersistenceManager then you should put DataSourcePersistanceManager.jar either in WEB-INF/lib directory of magnoliaAuthor and magnoliaPublic exploded directories. In Tomcat you should get it working by putting it in ${TOMCAT_HOME}/common/lib directory as well, you may have to find the corresponding place in JBoss. Again if you follow the above mentioned Wiki page, you will have to create config files for you magnoliaAuthor and/or magnoliaPublic applications where you specify database connection related parameters. The information on WIKI is specific to Tomcat 5.0, you may have to adapt it acorrding to JBoss. Regards Narinder ----- Original Message ----- From: "Nicholas Orr" <[email protected]> To: <[email protected]> Sent: Monday, April 16, 2007 10:21 AM Subject: Re: [magnolia-user] Magnolia 3.0.2 + JBoss 4.0.5 - Deploy Problem - NoClassDefFoundError: org/apache/jackrabbit/core/state/PersistenceManager > Ok, > > So I've decided to take it one step at a time and have got to the > stage where I can just use: > jackrabbit-mysql-search.xml > with modified parameters with the default persistance manager. > > And finally I have MySQL connectivity. > > So my question is: > Do I need to get the DataSourcePersistenceManager.jar > [http://www.nabble.com/forum/ViewPost.jtp?post=7130923&framed=y] > working? > > I don't know if everything is going through a connection pool > properly. If it is using multiple connections or just one, etc. > > Thanks, > > Nick > > ---------------------------------------------------------------- > for list details see > http://www.magnolia.info/en/developer.html > ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
