- 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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...