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
--
Matthias Germann <[EMAIL PROTECTED]>


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to