- 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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to