[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - a transaction can across more than one persistence unit?
javatwo
do-not-reply at jboss.com
Tue Apr 28 02:49:46 EDT 2009
start a userTransaction,
update in one persistence unit/data source A
update in another persisence unit/data source B
commit the userTransation;
My question is : do the two updates belong to the same transaction? Thanks.
dave
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4227175#4227175
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4227175
More information about the jboss-user
mailing list