[jboss-user] [JBoss Seam] - Re: component injection seam 1.2.1. ga

w17chm4n do-not-reply at jboss.com
Mon Oct 15 05:32:00 EDT 2007


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



More information about the jboss-user mailing list