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();
  | remotingClient.invoke("Do something, null);
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4178975#4178975

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4178975
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to