[jboss-user] [EJB/JBoss] - Re: RMIIIOPViolationException in deploy time..
reverbel
do-not-reply at jboss.com
Thu Mar 15 12:28:27 EDT 2007
>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
More information about the jboss-user
mailing list