When interpreting an exception stack trace, always follow the "caused by" chain 
- the final "caused by" is usually the root cause. In this case:

Caused by: java.lang.ClassNotFoundException: beanpackage.HelloBeanRemote 

Apparently, you did not include the client library for your EJB in your 
client's classpath. (The client EJB library contains the interfaces for the 
EJB, but not the EJBs themselves.)

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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4210386
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to