This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: XAResource.isSameRMjmesnil Mar 11, 2009 1:08 PM (in response to clebert.suconic)Given how ClientSessionImpl.isSameRM() is written, it will return true only if both sessions share the same *remoting connection to the server*. 
 If you create 2 sessions, they will have separate remoting connections and won't be considered as the same RM by the TM (it thinks JBM allows 8 remoting connection to be created before sharing them)
- 
        2. Re: XAResource.isSameRMjmesnil Mar 11, 2009 1:10 PM (in response to clebert.suconic)"jmesnil" wrote: 
 (it thinks JBM allows 8 remoting connection to be created before sharing them)
 I meant: *I think ...*
- 
        3. Re: XAResource.isSameRMtimfox Mar 11, 2009 1:13 PM (in response to clebert.suconic)Yes, this was from the old days when we had just a single remoting connection to each server, 
 To correct it, need to check whether the connection managers are the same, not the remoting connections.
 
     
    