[jboss-dev-forums] [Design of JCA on JBoss] - Re: Connection Sharing

vickyk do-not-reply at jboss.com
Mon Jan 21 08:42:21 EST 2008


"smcgowan at redhat.com" wrote : Can you confirm that should be the case with the latest version of JBoss AS 5.0.0.Beta3/4?  
  | 
If you see the JCA specs you would notice this 
anonymous wrote : The container returns a connection handle using the same ManagedConnection
  | instance that was used for handling the connection request from A.
  | 
So for the scenario described in 7.10.3 the connection handles are shared and not the physical connections(ManagedConnection) 
I see this happening from the code also .
The above explaination would answer why you have 2 inUseConnectionCount.
I am not sure if I did answer your question here , Did I answer it ?

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

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



More information about the jboss-dev-forums mailing list