That's a different error :)
EJB Proxies are castable to their business interface types, not to the bean implementation
class. So instead:
(com.acmeco.serverapp.ftp.ejb3.FTPBeanRemote)ref;
S,
ALR
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223803#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...