"ckpatil" wrote : Is there any leak in the pool when a deadlock happens? connection.close() we call in finally block always.
That is what you have to find out . Check for the CacheConnectionMBean's(CCM) listInUseConnection() operation to figure out if there is a leak's from your application ? Search for the CCM through the jmx-console , you should be able to see that . View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4149886#4149886 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4149886 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
