Actually, it's my mistake. The locatorURI for Server shouldn't be localhost as
that would just loopback.
The right code on the server side should be,
|
| public static String locatorURI = "socket://172.16.1.89:5400";
| transportServer = TransporterServer.createTransporterServer(getLocatorURI(), new
ClientAPIImpl()
| );
|
|
Things work now.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3967376#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...