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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...