RE: JDBC resource with custom connection pool factory

2007-05-30 Thread Propes, Barry L
ext: http://www.nabble.com/JDBC-resource-with-custom-connection-pool-factory-tf3838781.html#a10869019 Sent from the Tomcat - User mailing list archive at Nabble.com. - To start a new topic, e-mail: users@tomcat.apache.org To unsubscri

Re: JDBC resource with custom connection pool factory

2007-05-30 Thread Zdeněk Vráblík
factory, so maybe u can write a wrapper around Connection.close() method. - Original Message From: Sorin Juco <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Wednesday, May 30, 2007 1:11:18 PM Subject: JDBC resource with custom connection pool factory Hello, I want to creat

Re: JDBC resource with custom connection pool factory

2007-05-30 Thread Sorin Juco
ge > From: Sorin Juco <[EMAIL PROTECTED]> > To: users@tomcat.apache.org > Sent: Wednesday, May 30, 2007 1:11:18 PM > Subject: JDBC resource with custom connection pool factory > > > Hello, > > I want to create a JDBC resource wich represents a connection

Re: JDBC resource with custom connection pool factory

2007-05-30 Thread ROOKIE
: Sorin Juco <[EMAIL PROTECTED]> To: users@tomcat.apache.org Sent: Wednesday, May 30, 2007 1:11:18 PM Subject: JDBC resource with custom connection pool factory Hello, I want to create a JDBC resource wich represents a connection pool to an Oracle server. By default Tomcat uses DBCP to provi

Re: JDBC resource with custom connection pool factory

2007-05-30 Thread Zdeněk Vráblík
7;t find an answer anywhere. Can someone point me to a tutorial! Thanx. -- View this message in context: http://www.nabble.com/JDBC-resource-with-custom-connection-pool-factory-tf3838781.html#a10869019 Sent from the Tomcat - User mailing list archive at

JDBC resource with custom connection pool factory

2007-05-30 Thread Sorin Juco
the connection back to the pool. Does this mean that I have to implement my own conn-pool factory? Or can I do this using DBCP. I couldn't find an answer anywhere. Can someone point me to a tutorial! Thanx. -- View this message in context: http://www.nabble.com/JDBC-resource-with-c