[jboss-user] [JBoss Seam] - Re: Problem with injection

stephen.friedrich do-not-reply at jboss.com
Thu Jul 26 12:11:35 EDT 2007


- or use @In(create=true) to let seam create the component if needed
- or set the auto-create flag in components.xml:
<component
  |         name="serviceEmploye"
  |         auto-create="true"
  | class="fr.horoquartz.t4.core.employe.ServiceEmployeBean"
  |         scope="STATELESS"
  |         jndi-name="t4Seam-1.0-SNAPSHOT/ServiceEmployeBean/local"/>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4067894#4067894

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4067894



More information about the jboss-user mailing list