>From the stack trace it appears that some method in the interface of your EJB 
>has been declared with a clause like "throws NullPointerException", which is 
>not needed (as NPEs are unchecked exceptions). Remove that throws clause and 
>your EJB should deploy correctly. 

Regards,

Francisco

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

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

Reply via email to