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