From: <tom...@jb...> - 2005-05-09 18:39:52
|
You are right about this just being extraneous debug output in the RMIClientInvoker: | public void setServerStub(RMIServerInvokerInf server) | { | this.server = server; | System.err.println(this.server); | } | I have changed this to log.trace(this.server) Thanks for letting me know. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877052#3877052 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877052 |