[jboss-user] [JCA/JBoss] - Re: No ManagedConnections available

vickyk do-not-reply at jboss.com
Mon Dec 18 13:08:30 EST 2006


Couple of options can cause this 
1) If your application have long running SQL's that is making the connections to be held for more time , while the SQL's are running for long time there are clients asking for more connections which are not available.
2) You application is causing the connection leak. Close the connection in the finally block rather than in the try , that is correct usage .


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994751#3994751

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994751



More information about the jboss-user mailing list