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