When you use the following flushMode element: @Begin(flushMode=FlushModeType.MANUAL)
must you use SMPC or can you use JPA Extended PersistenceContext as follows? @PersistenceContext(unitName="boIcomsSecurityAudit", type=PersistenceContextType.EXTENDED) | private EntityManager em; View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113911#4113911 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113911 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
