Hi all,
(Context:: XA transaction through Caucho remoting protocol)
I have a question regarding the transaction propagation when we use Spring for remoting.
In fact I would like to use POJOs as service facades (then remotely accessible). For that I need to apply remote behavior on POJOs who are already transaction-enabled, in order to gain access to the distributed transaction.
Is the transaction context given to those remotely accessible bean ?
To summarize: Can we imagine decorating a TransactionProxyFactoryBean with a HessianProxyFactoryBean, for example ???
Many thanks for your help.
/xavier


Reply With Quote