[jboss-dev-forums] [Design of JCA on JBoss] - Re: Handling fatal JDBC connection exceptions
vickyk
do-not-reply at jboss.com
Tue Jun 17 03:58:11 EDT 2008
"cbredesen" wrote :
| Would it make sense to offer an option to destroy all connections in the pool upon encountering a fatal exception?
Destroying the stale connection upon receiving the fatal exception Or destroying the stale connections when getting them from the Pool will effectively have the same effect.
Once all the connections in a pool become stale , the subsequent request for the connection will basically destroy all the connections .
So the connections are destroyed when they are being used , I am not able to understand what benefit it provides.
"cbredesen" wrote :
| If we offered such a setting, we could avoid this scenario without even having to do proactive validation
I don't get you here .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4158609#4158609
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4158609
More information about the jboss-dev-forums
mailing list