As far as the injection of EJB into a servlet in JBoss-5 CR2 is concerned, it does work. I have a working example. Going by the exception stacktrace, it seems that the mappedName provided for @EJB might be incorrect. You might want to check the correct jndi name for the EJB and then use it for the injection.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4181763#4181763 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4181763 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
