[jboss-user] [JBoss Seam] - Re: Threads and entityManager in Jboss Seam
Phantom
do-not-reply at jboss.com
Wed Jul 18 08:15:12 EDT 2007
There is a workaround.
Define entityManager as
@PersistenceContext
| private EntityManager entityManager;
|
Not as:
| @In
| private EntityManager entityManager;
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065358#4065358
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4065358
More information about the jboss-user
mailing list