I tried moving my EM operation inside the same SFSB which begun the conversation in MANUAL flush mode. The DML is still executing at the end of the system transaction (in the middle of the conversation)! Manual flush mode doesn't seem to work.
I'm using seam managed transaction mixed with @PersistenceContext injection. <core:managed-persistence-context name="entityManager" | persistence-unit-jndi-name="java:/rdmEntityManagerFactory" /> Do I need to use @In instead of @PersistenceContext if I want MANUAL flush mode to be taken into account ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127999#4127999 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4127999 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
