We will have to create the same type of interceptor pair to associate the tx info with the
requests. The security interceptor pair is org.jboss.proxy.SecurityInterceptor (client)
and org.jboss.ejb.plugins.SecurityInterceptor (ejb server). Just need to know more about
what to get hold of to pass in the request.
There is a org.jboss.tm.TransactionPropagationContextUtil,
org.jboss.tm.TransactionPropagationContextImporter that the JRMPInvoker uses now for
importing the transaction that could be used instead of a server side interceptor.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100055#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...