[jboss-dev-forums] [JBoss AS 7 Development] - Remote EJB distributed transactions and recovery

Radek Rodak do-not-reply at jboss.com
Mon Feb 25 15:11:22 EST 2013


Radek Rodak [https://community.jboss.org/people/rodakr] commented on the document

"Remote EJB distributed transactions and recovery"

To view all comments on this document, visit: https://community.jboss.org/docs/DOC-48398#comment-11623

--------------------------------------------------
bad idea to reimplement XA Transaction handling just for two servers and one specific EJB client API, when you have a separate project specialised for complex problem like XA two face commit. 
Typically you don't have just two servers for XA recovery but, often XA Transaction is spawn over TXT Datasource(s) which interact also with TX Manager from DB. Or if you have JMS Ressources like Queue or Topic with TXT Connection Factory.
What if Stand Alone Client is using EJB API to communicate to a Server A EJB , but this EJB calls Server B EJB over let say iiop...? 
What if TXT start was issued outside of Server or if Serve A and Server B are back, but the DB is still down.. ?
--------------------------------------------------

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20130225/3280fd80/attachment.html 


More information about the jboss-dev-forums mailing list