How to get list of XA and Non-XA resources from Transaction manager
843859May 16 2006 — edited May 20 2006My problem is,
I have a component which by default uses Non-XA driver. This component should participate in global transaction only when the global transaction contains XA resource in it. So I basically need an API kind of thing that will give me all the XA resources in a global transaction. If XA resource exists, I'll initialize my component with XA driver.