[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: UserTransaction over iiop

jhalliday do-not-reply at jboss.com
Thu Oct 4 14:10:12 EDT 2007


I guess we need to distinguish between doing remote (i.e. client side) transaction control for what are really non-distributed tx vs. doing real distributed tx.

The code in question is the former, with an iiop transport. Similarly there is a default UserTransaction implementation that provides client-side control to the JTA (over the old jboss remoting?) For real JTS e.g. using AS with JBossTS JTS, the client side UserTransaction implementation will need to be different.

I agree the existing code can be copied back, so long as it's abstracted by some API so we can replace it with a different one when integrating the JBossTS JTS. That may be as simple as registering a different object in JNDI.

The question of how JTS like tests i.e. tx over IIOP should work in AS is a whole other can of worms, I'll start a new thread for that.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4091685#4091685

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4091685



More information about the jboss-dev-forums mailing list