This is why because Seam is looking for beans via @Name.
So it should be looking like this:
| @In
| UserBeanService userServiceBean;
|
or if you need it to be created
| @In(create = true)
| UserBeanService userServiceBean;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4095157#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...