Hi You could take a look at this library PoolMan http://www.codestudio.com/ It is a jdbc pool system which could be use with castor in a servlet without an ejb or app-server container. Regards Ian Lim ----- Original Message ----- From: "fabio rojas" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, August 02, 2001 5:48 AM Subject: [castor-dev] jbosspool usage with Castor and MySQL > I'm trying to use jbosspool (formerly minerva) as a standalone jdbc connection pool provider for Castor using a MySQL database. > As anyone else working with such a configuration? > > i modified my castor database.xml as follows: > > <database name="dbname" engine="generic" > > <data-source class-name="org.jboss.pool.jdbc.JDBCPoolDataSource"> > <params pool-name="DefaultDS" > JDBCURL="jdbc:mysql://domain/dbname" > JDBCUser="user" > JDBCPassword="pass" > blocking="true" > min-size="3" > max-size="10"/> > </data-source> > <mapping href="mapping.xml" /> > </database> > > My OSL query just sits there, i don't get an exception. > > JDBCPoolDataSource (is for non-transactional pools). > Looking for a jdbc pool system to use with castro in a servlet without an ejb or app-server container. > > > > > ------------------------------------------------------------ > iThugMail is a hardcore component of iThug.com > . . . . . http://www.ithug.com/ . . . . . > > ----------------------------------------------------------- > If you wish to unsubscribe from this mailing, send mail to > [EMAIL PROTECTED] with a subject of: > unsubscribe castor-dev ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
