Re: Orion JNDI Problem

2001-07-24 Thread Juan Fuentes
We have the same problem, but when new InitialContext(env) is called. No ejb is referenced, but I get an error about another an ejb-ref that is not part of the app. javax.naming.NamingException: No location specified and no suitable instance of the type 'com.evermind.ejb.ChipFormat' found

RE: Orion JNDI Problem

2001-07-24 Thread Trujillo, Kris
When you deploy your EJB it will be bound in JNDI by the name you use as the ejb-name in the ejb-jar.xml. If this value is not ejb/MicroarrayComponent then you'll need to add an entity-ref-mapping entry to the orion-ejb-jar.xml for that EJB. Look at the documentation on the orion-ejb-jar.xml