The java:comp/env namespace belongs to each component (like the war, ejb etc...). Where are you doing the lookup from? If it's a EJB, then in your ejb-jar.xml you have to add the resource-ref entry. See this post for details http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118662#4084585
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191598#4191598 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191598 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
