have you tried a JNDI lookup?
Context ctx = new InitialContext();
| MyRemoteIfc bean =
(MyRemoteIfc)ctx.lookup("<ear-name>/<jar-name>/<bean-name>/remote");
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133503#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...