Re: [JBoss-user] EJB JNDI lookup failing - please help!

2001-07-10 Thread Dragos Haiduc
Try InitialContext initialContext = new InitialContext(env); in your lookup code, otherwise why would you create those properties, if you are not going to use them??? Adam Lipscombe wrote: [EMAIL PROTECTED]">Folks,I have a simple stateless SessionBean packaged in a jar file. I cannot seemto look

[JBoss-user] EJB JNDI lookup failing - please help!

2001-07-10 Thread Adam Lipscombe
Folks, I have a simple stateless SessionBean packaged in a jar file. I cannot seem to look up the bean ref via JNDI. The ejb-jar.xml file looks like this: http://java.sun.com/j2ee/dtds/ejb-jar_1_1.dtd'> OrganisationListBean uk.co.landmark.contactmanager.server.organisation.ej