[jboss-user] [EJB 3.0] - Re: Help! ClassCastException: $Proxy?? Issue

2007-04-03 Thread mala
Hey i am also facing with same problem. Is your problem got resloved. If yes, Can you please let me know the fix View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034009#4034009 Reply to the post :

[jboss-user] [EJB 3.0] - Re: Help! ClassCastException: $Proxy?? Issue

2007-04-03 Thread bdecoste
If you look at JNDIView from the jmx-console, you will be able to see the interfaces that the Proxy implements. EJB3 Proxies implement the remote or local business interfaces, so the bean bound to AddressFacade.RemoteJNDIName must have AddressFacadeRemote as a remote business interface. View