The application, the logs and the jndi-tree all look good to me. No obvious issues. I
don't see a reason why the bean should not be injected.
In your web.xml, you have marked the servlet as load-on-startup:
<load-on-startup>0</load-on-startup>
Could you try removing this load-on-startup and see if it works?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179930#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...