Actually, you don't need an ApplicationServer to go XA. You can use a lightweight JCA container such as Jencks or Atomikos (I use Jencks).
Stephane Landelle Le Mer 26 novembre 2008 16:17, KÖLL Claus a écrit : > hi Antoine, > > i don't know where you want to run jackrabbit (ApplicationServer) > > if you want to use xa transaction's managed by the container you must > define Jackrabbit as a JCA ResourceAdapter. after that you must define a > J2C ResourceFactory and grab this resource through JNDI. > > > if you are now inside a SessionBean with a Transaction associated > jackrabbit will use it ... > > there is some rarely documentaion out there but here is a "sample" > http://wiki.apache.org/jackrabbit/JackrabbitOnJBoss > > > or as Stéphane See springmodules JCR support > > > greets claus >
