[jboss-user] [Installation, Configuration & Deployment] - Re: ClassCastException: $Proxy76

PeterJ do-not-reply at jboss.com
Sun Oct 1 15:30:08 EDT 2006


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#3975366

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975366



More information about the jboss-user mailing list