This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Expected Behaviour MessagingXAResource.isSametimfox Jan 14, 2009 3:29 PM (in response to clebert.suconic)isSameRM() should return true if they correspond to the same resource manager, in JBM's case this means the same server. 
- 
        2. Re: Expected Behaviour MessagingXAResource.isSamejay.howell Jan 14, 2009 4:12 PM (in response to clebert.suconic)yep exactly. The actaul method returns... 
 boolean same = ((MessagingXAResource)xaResource).rm.getServerID() == this.rm.getServerID();
 so it just compares the peer ids.
 Jay:)
- 
        3. Re: Expected Behaviour MessagingXAResource.isSameclebert.suconic Jan 14, 2009 4:28 PM (in response to clebert.suconic)Yes.. i saw that... 
 But someone was complaining about eventual failures... so I wanted to confirm if that was the supposed behaviour.
 
     
    