Think there are only two ways to do this. First is to create an interceptor on client and
server side that embeds client id in the Invocation object. The second would be to modify
org.jboss.aspects.remoting.AOPRemotingInvocationHandler. It's invoke() method
receives a org.jboss.remoting.InvocationRequest as it's parameter. The
InvocationRequest already contains the remoting client id, which can get by calling
getSessionId() on it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958370#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...