I'm getting a ClassCastException: java.lang.Integer on line 319 of JRMPInvoker.java. ObjectName mbean = (ObjectName) Registry.lookup((Long) invocation.getContainer());
I think that a) the object in the registry is an Integer (from ProxyFactory.java) and b) lookup takes object, so just drop the cast and its cool... Michael _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
