Hi everybody, I use JMX to manage an MBean inside an EAR-scope. It has methods with arguments and return values of a class which is only known inside the EAR-Scope (and of course known to the client connecting to the MBeanServer).
If objects of those "ear-private" classes are a return value (server -> client) serialization works. This is no surprise, each object knows where it came from. If the client puts parameters of those "ear-private" in the method (client -> server) the server has to de-serialize and fails. Even this is no surprise. But: could you think about allowing the JMX-server to access the ears repository? Regards, Michael Bartmann PS.: tested under Branch_3_2. ------------------------------------------------------- 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
