Re: XAResource enlistment

2006-04-06 Thread Dominique Pfister
Hi Florent, JackRabbit's XAResources exposed by org.apache.jackrabbit.core.XASessionImpl do not enlist themselves, this is the application server's (or your) responsibility. There is a dummy UserTransaction implementation used when testing XA functionality, namely: org/apache/jackrabbit/core/User

XAResource enlistment

2006-04-06 Thread Florent Guillaume
Hi, I'll be using JackRabbit in a small server program to receive connections from multiple clients. These connections have to be isolated from one another, so they'll live in separate transactions. I'll be using JOTM as the transaction manager. I'm a little unclear about how the JackRabbit