Re: Support of WAR files.

2000-01-21 Thread Joe Walnes
Does anyone know if or when OrionServer will support .war files? Orion currently supports .war files and the latest version supports .ear files as well (the first server I've seen that does). -Joe Walnes

rebind error in JNDI

2000-01-21 Thread Gary Albers
Orion Folks: I have some EJBeans that work with the orion.jar file that came with the 8.2 distribution posted 12/22/1999. I downloaded the orion.jar on 12/23/1999 (it says it is 8.3 and is 851,933 bytes). When I run the same EJBeans using the 8.3 orion.jar I get a JNDI exception that says use

JNDI system properties

2000-01-21 Thread Dan A
Hi, I am trying to run the EJB Session Bean example, and I am wondering if this is the correct way to launch the CartClient.class. I have the JNDI properties file in my bean directory, and my bean is deployed, but I can't get my CartClient to work. Do I have to do anything else to specify

Specifying how many beans to pool?

2000-01-21 Thread Mike Fontenot
Does anyone know how you tell the Orion server how many instances of a particular EJB to be made available in the pool, when the server starts up? Seems like each bean would have this parameter as a part of the ejb-jar.xml file, but I can't find any information for this. Thanks in advance.