[jboss-user] [JCA/JBoss] - Re: JBoss Connection Socket usage in error scenarios
vickyk
do-not-reply at jboss.com
Tue Apr 22 01:50:40 EDT 2008
Enable the log trace on InternalManagedConnectionPool to find out if the connection is destroyed when matching fails .
http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/connector/src/main/org/jboss/resource/connectionmanager/InternalManagedConnectionPool.java
Check this warn message
log.warn("Destroying connection that could not be successfully matched: " + cl);
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145682#4145682
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4145682
More information about the jboss-user
mailing list