[jboss-user] [Performance Tuning] - Re: No ManagedConnections available within configured blocki
bilange
do-not-reply at jboss.com
Fri Nov 17 11:51:58 EST 2006
It seems that our pb went away.
Our initial code was closing connections only (in the finally clause) assuming that this will de facto close it.
It seems that it's not enough for this pool. In also closing resultsets and prepared statements, our leak is now gone. Apparently some non closed objects in the connection prevent to close it properly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3986900#3986900
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3986900
More information about the jboss-user
mailing list