Were there changes made to other (previously default) detached invokers
when converted to use Arjuna stuff? If not, then I would think the
client side UserTransaction would work with unified invokers as well
(since the code is basically the same between jrmp/pooled invoker and
unified invoker minus the actual wire transport).
Jonathan Halliday wrote:
Dimitris Andreadis wrote:
> We've switched to the unified invoker (jboss-remoting 2.0.0.GA) for the
> EJB containers in JBossAS Branch_4_2.
>
> For backwards compatibility, conf/standardjboss.xml contains both the
> new unified and the old rmi invoker-proxy-binding definitions, but the
> default now is the unified ones.
Client side UserTransaction support does not, AFAIK, work with
jboss-remoting. Anything that requires it will therefore have to remain
on the old rmi model for now.
Figuring out the best way to migrate away from this dependency is a
discussion that still needs to be had between the AS and TS teams,
particularly in the context of the AS 5.0 release.
Jonathan.