The componente name of the SMPC is "entityManager" To inject the Seam Entity
Manager cou can either:
| @In(value="entityManager" )
| private EntityManager em;
|
or you name your variable entityManager, i.e.
anonymous wrote :
| @In
| private EntityManager entityManager;
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050826#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...