"cnbs" wrote : anonymous wrote : The env-entry-name element contains the name of
an enterprise bean's
| | environment entry. The name is a JNDI name relative to the
| | java:comp/env context
| I don't have this "java:comp/env" context to which all my environment
resources names (like env-entry) have to be relative.
Did you resolve this issue? Are you using EJB3.0? If you are then using the DTD
http://java.sun.com/dtd/ejb-jar_2_0.dtd will do you no good. You have to use the
ejb_3_0.xsd. Also, if you want to do a new InitialContext().lookup() for an env-entry from
your deployment descriptor using JBoss 4.0.4GA and EJB3, then you have to use
java:comp.ejb3/env/... and not just java:comp/env/...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964525#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...