RE: [JBoss-user] Transaction support in JBoss 2.2.2

2001-07-20 Thread Bill Burke

JBoss 2.2.2 does not support distributed or nested transactions.  JBoss 2.4
and 2.5(mainline) I think are integrated with a distributed transaction
manager, but I don't know how good or complete the integration is, but
definately does not support nested transactions.

Bill

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Jayakumar
> Sent: Friday, July 20, 2001 11:41 AM
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] Transaction support in JBoss 2.2.2
> Importance: High
>
>
>
> 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
> .
>



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



[JBoss-user] Transaction support in JBoss 2.2.2

2001-07-20 Thread Jayakumar


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