[jboss-user] [JBoss Seam] - Seam Book : Simulating Multi Page Transaction
kannan
do-not-reply at jboss.com
Tue Nov 7 09:31:39 EST 2006
Hello:
I have a doubt regarding the example given with section (7.4) which describes multipage transaction in Seam Book. In the example, the TransactionAtribute of the method with the @End annotation is set with value NOT_SUPPORTED. In this method em.flush() is called. Is this correct ? In this case, who is responsible for transaction demarcation since the EJB container will not take care of Tx since the Tx Attribute is NOT_SUPPORTED. Also, is it possible to call em.flush() in a method with Tx Attribute = NOT_SUPPORTED ?
thanks and regards,
-- Kannan
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3983768#3983768
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3983768
More information about the jboss-user
mailing list