Re: [transaction] compatibility of ResourceManager to XAResource interface

2005-11-16 Thread Oliver Zeigermann
They are all present as keys in globalTransactions after recovery which is done at startup automatically. It would be very easy to add a method that simply returns an accumulated list of them. Oliver 2005/11/15, Joerg Heinicke <[EMAIL PROTECTED]>: > When following the JTA 1.0.1B spec [1] while

[transaction] compatibility of ResourceManager to XAResource interface

2005-11-15 Thread Joerg Heinicke
When following the JTA 1.0.1B spec [1] while implementing my resource adapter (XAResource) around the Commons Transaction FileResourceManager I came across another issue: XAResource has a method "public Xid[] recover(int flag)". Following is written in the spec's section "3.4.8 Failures recovery":