Hi, Bela! Thank you for your answer. I found where the problem is by looking on the example you've pointed me onto. You use TransactionManager.begin() method to start transaction and Transaction.commit()/Transaction.rollback() to commit/rollback transaction. Previously I've used UserTransaction for all these operation. Thus, when I've changed my code and start to use your approach, rollback become successfull and commit from the second node also become successfull. Thank you!
Regards, Eugene aka Skipy View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885263#3885263 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3885263 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
