1 Reply Latest reply on Nov 7, 2007 3:32 AM by alrubinger

    Aren't non-application exceptions supposed to be logged by t

      I have an app with an EJB that threw a NullPointerException. JBoss wrapped this in an EJBTransactionRolledbackException, which it then threw to the client. When this happened, JBoss didn't log the exception. My understanding of the EJB Specification (Chapter 14, page 358) is that when an EJB throws a RuntimeException, the app server is supposed to log it.

      Am I misunderstanding, or doing something wrong?