This content has been marked as final.
Show 1 reply
-
1. Re: tx propagation over JRMP
starksm64 Oct 29, 2007 10:07 PM (in response to jhalliday)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.