Hi,
I'm using JBoss 3.2.5 and i have a question about distributed Transactions.
Is it possible to have multiple JBoss Servers involved into the same
Transaction as described in Section 17.2.3 of the EJB 2.0 spec?
I would like to have the following behaviour:
1. Client calls a Method on Bean A which runs on Server A
2. Server A starts a new Transaction (TxA)
3. Server A calls a method on Bean B which runs on Server B
4. The method should be execute in the Transaction-Context TxA
Is this possible?
Regards,
Matthias