[jboss-user] [EJB 3.0] - Re: ClassCastException after JNDI lookup

PeterJ do-not-reply at jboss.com
Fri Oct 31 15:51:35 EDT 2008


Try switching around the annotations like this:

@Remote
  | public interface ProcessAdminRemote extends ProcessAdmin {...}
  | 
  | @Stateless
  | public class ProcessAdminEJB implements ProcessAdminRemote {...}


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4186131#4186131

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



More information about the jboss-user mailing list