[jboss-dev-forums] [Design of JBoss Transaction Services] - Re: tx propagation over JRMP
scott.stark@jboss.org
do-not-reply at jboss.com
Mon Oct 29 22:07:39 EDT 2007
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#4100055
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100055
More information about the jboss-dev-forums
mailing list