RE: oracle and dbcp

2006-09-21 Thread Robert King
for a connection. it is up to that datasource to pool or not to pool. Do you see your problems when using both the build in simple connection pool and the dbcp from apache? On 9/20/06, Robert King [EMAIL PROTECTED] wrote: Nathan, thank you for the help. I did make that assumption;) My

oracle and dbcp

2006-09-20 Thread Robert King
I am having trouble configuring dbcp using oracle. Everything is fine using dataSource type=SIMPLE. When I change to use DBCP the oracle driver is unable to load. Does anyone have a solution? Robert

RE: oracle and dbcp

2006-09-20 Thread Robert King
=Pool.MaximumCheckoutTime value=12 / /dataSource /transactionManager -Original Message- From: Nathan Maves [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 20, 2006 4:16 PM To: user-java@ibatis.apache.org Subject: Re: oracle and dbcp post your config info? On 9/20/06, Robert King

RE: oracle and dbcp

2006-09-20 Thread Robert King
of each. Nathan On 9/20/06, Robert King [EMAIL PROTECTED] wrote: Follows is my configuration info. Form Database.properties driver=oracle.jdbc.driver.OracleDriver url=jdbc:oracle:thin:@curie.hire.com:1521:rec01 ... From sqlMapConfig.xml transactionManager type=JDBC