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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...