Through RMIAdaptor.

Object obj = ctx.lookup("jmx:local:rmi");
RMIAdaptor adaptor = ((RMIAdaptor)obj);
RemoteMBeanServer connector = new RMIConnectorImpl(adaptor);
...
blabla.invoke(...);


When replacing the problematic parameter by byte[] and doing the
serialization "by hand" in the ear and on the client everything
works.

The strage thing is:
When the access fails, there is no log message on the server
console.




-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to