The failure of @EJB binding in JBoss 4 in servlets is documented. JBoss 4 does not fully implement the JEE5 standard, and that's one of the omissions.
What happens when you remove the "ejb/" from the JNDI names? Check (with that new bean not included in the application of course so it deploys) what the exact JNDI name is. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4140032#4140032 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4140032 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
