Re: Client application

2000-10-03 Thread Christian Eichinger
Look at the example in ..oriondir\demo\rmi\RMIApp.java. It shows how you can access the EJB-Server using its JNDI functionality. Christian "Daniel C. DiCesare" wrote: Hello, I have an EJB which I need to invoke from a Java application. I am trying to create the Client jar file so that my

Re: 1.3.8 on NT causing Dr. Watson

2000-10-03 Thread Christian Eichinger
I also have troubles running jdk1.3 on NTWS4.0 with SP6, especially in visual context. These errors occur independent of orion and just under NTWS4.0. I tested it under Windows 2000 and Windows98 as well as Solaris 8 (with jdk1.3 beta) and had no troubles there. I use jdk1.2.2 under NTWS4.0 SP6

Resource factories

2000-10-11 Thread Christian Eichinger
Hello all, does anybody know if it is possible to add additional resource factories to the orion server and how to accomplish it (to allow the server to pool the resources etc.)? We access an XML repository and I'd like to make the ParserFactory available via a resource reference. Any help

resource factories

2000-10-16 Thread Christian Eichinger
Hi all Does anyone know how to integrate external resource factories in the orion container (the EJB Spec 2.0 draft only states that "A tool to allow the System Adminitrator to add, remove, and configure a resource manager for the EJB Server" should be provided by the container) thanks