[jboss-user] [JBoss Seam] - Re: LIE with Seam-managed transactions

spambob do-not-reply at jboss.com
Wed Dec 6 20:52:00 EST 2006


I got it working by changing
@PersistenceContext
  | private EntityManager em;
in
@In(create = true)
  | private EntityManager entityManager;

But if used the wrong entitymanager why did it work for @Factory and not with @Out ?

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

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



More information about the jboss-user mailing list