My guess is that OSHOME is a remote home interface and that you should be doing this
instead:
[url]Object obj = ic.lookup("OSHOME");
OSHome oSHome = (OSHome)PortableRemoteObject.narrow(obj, OSHome.class);[/url]
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975366#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...