[jboss-user] [JCA/JBoss] - Re: Destroying connection that could not be successfully mat

vickyk do-not-reply at jboss.com
Tue Jan 8 13:51:43 EST 2008


anonymous wrote : It seems that InternalManagedConnectionPool.getConnection() always retrieves the last member of available connections, without trying to find the corret one: 
  | 
No that is not correct , these connections are already matched .

mc.getGWConnectionRequestInfo().equals(info)
This seems to be faling . 
Put some logging in the MCF's matchManagedConnection(..) , this method looks incorrect to me .
Have you overridden the equals(..) of GWConnectionRequestInfo ?
Have a look at the implementation of WrappedConnectionrequest.java at 
https://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2/connector/src/main/org/jboss/resource/adapter/jdbc/WrappedConnectionRequestInfo.java
?



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

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



More information about the jboss-user mailing list