2 Replies Latest reply on Oct 1, 2002 5:33 AM by majka

    Logging RuntimeExceptions

    majka

      Hi,
      How to configure JBoss to log RuntimeExceptions ?

      I'm using JBoss 3.0.0. When my session bean throws NullPointerException or any other RuntimeException, JBoss does not write it to log, but only rethrows it to client as EJBException. I would like to view server stack trace.

      Arek