Feature Requests item #475370, was opened at 2001-10-26 10:32 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=475370&group_id=22866
Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: tx propagation across multiple instances Initial Comment: I believe right now jboss does not support running in a group of servers. e.g.if a session bean A in server1 calls session bean B in server2, and they both have "required" tx attribute, then server1 and server2 doesn't coordinate A and B transaction as one. I tested this and found that server2 always starts a new transaction on bean B as opposed to propagating bean A transaction to B, which is what should have happened. With weblogic, they have a concept of domain. Each domain has a "administered server" and all other servers in the domain are "managed servers". I wonder if we have to do the same thing. I would like to start working on this but also wonder if anyone else has been working with this so as to minimize the overlap of work. -Joseph Lam [EMAIL PROTECTED] ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=475370&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
