[jboss-user] [JBoss Seam] - Re: Seam managed entity manager and sessions beans
torsty
do-not-reply at jboss.com
Mon Jun 4 04:04:52 EDT 2007
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#4050826
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4050826
More information about the jboss-user
mailing list