[jboss-user] [JBoss Seam] - Re: Persistence context propagation.

mangri3000 do-not-reply at jboss.com
Wed Aug 1 07:02:53 EDT 2007


"iradix" wrote : What I've done to my code is to change:
  | 
  | @PersistenceContext(type=EXTENDED)
  | EntityManager entityManager;
  | 
  | to:
  | 
  | @In(create=true)
  | EntityManager entityManager;
  | 
  | along with the other relevant configuration for Seam managed persistence and now the persistence context does not appear to be propagating to the SLSBs. 

I experience exactly the same problem.

Is there a way to get the SMPC be propagated to SLSBs?

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

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



More information about the jboss-user mailing list