I'm trying to write a EJB store for slide. In other words, I want to use entity beans to implement the slide store. I see I also need to make my store an XAResource. I saw a thread about external UserTransactions not being supported. But I think in this case is the oppossite, Slide remains the global TM and I want my EJBs to take part in the Slide transaction. Will it be ok to just obtain a UserTransaction instance from the container and have my XAResource forward the functionality to it?
Carlos
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
