[jboss-user] [Remoting] - Re: Can not make remoting client invocation due to not being

2008-09-22 Thread anthony_717
The exception occurs when I run the client program. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4177952#4177952 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4177952 ___ jbo

[jboss-user] [Remoting] - Re: Can not make remoting client invocation due to not being

2008-09-26 Thread [EMAIL PROTECTED]
Interesting. I didn't know that demo existed. The demo is based on an older version of Remoting, probably 1.4. As of Remoting 2.0, it is necessary to call Client.connect() before calling Client.invoke(). I.e., | Client remotingClient = new Client(locator); | remotingClient.connect();