I have just started working with EJB 2.1 but unable to run even a single example.
I am using weblogic server 9.2.
I have created a session bean and configured these deployment descriptors in META-INF directory
weblogic-ejb-jar.xml
ejb-jar.xml
application.xml
packaged above in a jar file and deployed on server.
But, I don't know about JNDI lookup. I have made a client which is setting up the context but I cannot view JNDI tree in my weblogic server.
This looks suspicious. Usually from java we have "java:comp/env/myJndiName".
Also, does WebLogic have an admin console that you can use to browse the JNDI? This will tell you if your EJB got deployed properly and is sitting in the JNDI where you think it is.