>
>I'm missing some context here.
>
>The standard jboss tm uses one phase commit optimization with xaresources
>when there are only one.  If you have a transaction with more than one
>resource manager... why are you using a local transaction?
>

In some cases I know that the transaction will only have 1 resource manager. 
  I don't want to involve the TM cause he will time out the TX.

>If you are trying to control the transaction yourself and are asking for a
>way to use say the jmsra LocalTransaction (assuming there is one, I didn't

No, I'm not using the jmsra..  I'm using the XAResource that a JMS XASession 
provides.

>look) to control an internal XAResource via an xid, you should be able to
>use the Xid in XidImpl.java in server/.../tm/.  Worked for me ;-)
>

Thanks for the tip...  I'll look into it.

Regards,
Hiram

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to