Hi,
[EMAIL PROTECTED] wrote:
>
> Hello,
>
> in the Borland Applicationserver i can get the
> org.omg.CosTransactions.Current doing the following:
[snip]
> Is there a way to do that in JBoss ?
IMHO that would be a bad idea, as:
- JBoss is not dependent on any particular
transaction service im
uly 2001 08:17
> To: [EMAIL PROTECTED]
> Subject: [JBoss-user] CosTransactions.Current
>
> Hello,
>
> in the Borland Applicationserver i can get the
> org.omg.CosTransactions.Current doing the following:
>
>
> org.omg.CosTransactions.Current
Hello,
in the Borland Applicationserver i can get the
org.omg.CosTransactions.Current doing the following:
org.omg.CosTransactions.Current current;
// get a JNDI reference
javax.naming.Context context = new javax.naming.InitialContext();
// use this to get an ORB reference
org.omg.CORBA.