"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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to