[jboss-user] [JBoss Seam] - Re: SFSB extended persistence context with manual flush mode
gjeudy
do-not-reply at jboss.com
Fri Feb 8 17:06:13 EST 2008
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
More information about the jboss-user
mailing list