Re: [JBoss-user] CosTransactions.Current

2001-07-16 Thread Ole Husgaard
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

RE: [JBoss-user] CosTransactions.Current

2001-07-16 Thread Schouten, Andreas
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

[JBoss-user] CosTransactions.Current

2001-07-15 Thread Axel . Spieth
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.