[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-10-21 Thread anupama
Hi. sorry to interrupt, but along those lines when server getting connection from connection pool if Database is down we will get SQLException Network adapter isn't able to create connection. Is there anyway we can catch that exception from CMP? I am using jboss 3.2.6. Please let me know ASAP.

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-08-25 Thread alchemista
"kakkodi" wrote : Thanks for the reply. | | It is working when I changed the idle-timeout-minutes to value other than 0. | | Now I see that during tests with large number of concurrent users (50-100) | | I get the sql Exception below after user count reach a certain number. | Coul

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-07-06 Thread kakkodi
Thanks for the reply. It is working when I changed the idle-timeout-minutes to value other than 0. Now I see that during tests with large number of concurrent users (50-100) I get the sql Exception below after user count reach a certain number. Could this be because connections could not be ope

[JBoss-user] [JCA/JBoss] - Re: Connection not getting closed on JBOSS 4.0.1

2005-07-05 Thread darranl
Yes that is the correct bahaviour, the main reason you have deployed a data source that you access through JNDI is because the connections are pooled. This means that after a connection has been created it can be re-used for subsequent requests. The call to close just puts the connection back