I have two questions.  Can anyone help me please.  Sorry if this question is
asked before.

1)  How to get the transaction of an entity bean which is running on JBoss
hosted in another machine.
Is it possible to do like following,

                Context ctx = ...  //getting the context of other machine's
jboss context
                UserTransaction ut = (UserTransaction) ctx.lookup( ? );
                                            //what to fill in the place of
"?" is it java:com/UserTransaction or anything else.


2)  Whether JBoss 2.2.2 supports nested transactions (including the
transactions which is obtained from another jboss instance).

Thanks in advance.


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to