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#4095157

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4095157
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to