Try the following code:
InitialContext ctx = new InitialContext();
|
| HelloRemote bin = (HelloRemote) ctx.lookup("HelloBean/remote");
It needs some exception handling.
Depending on the method of deployment the JNDI name may vary. Look in the JMX console
-> JNDIView for the true name.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957280#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...