2 Replies Latest reply on May 7, 2007 3:36 AM by dav_ua

    UndeclaredThrowableException from an EJB

      I have declared a custom exception using the @ApplicationException, which, from what I understand should cause the container not to wrap the exception. However when I throw the exception from my stateless bean it keeps being caught be my web application as an UndeclaredThrowableException. I am using the 4.03-sp1 app server with the bundled tomcat server. Is this a bug or am I doing something incorrectly ?