Anders Welen [
http://community.jboss.org/people/Welle] created the discussion
"Re: EJB Transactions across two Jboss AS"
To view the discussion, visit:
http://community.jboss.org/message/598673#598673
--------------------------------------------------------------
This question doesn't belong in the "JBoss Cache" forum. It should been
posted in "JBoss AS".
If what you want is to have a transaction that is started in one JBoss (A) to be
"continuing" into the other JBoss AS (B) you need JTS. By default only JTA is
enabled so B will never know about the transaction started in A and will start a new one
that terminates when the call returns to A.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/598673#598673]
Start a new discussion in JBoss Cache at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]