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.
Hello,
i have a stateless SessionBean deployed to JBoss 2.2.2. From this bean i
want to call normal java classes, but when i include these classes in the
jar-file, the server does not find it. I have to add these files to the
classpath of the server. Is there no other way to do this ? Is it not
p