Why don't I get the stack trace in my (debug) log when I log an exceptions
(e.g. log.debug( new Exception() ))?  I only log exceptions when I am forced
to wrap an exception with another exception that does not support exception
encapsulation, such as FinderException (as apposed to EJBException, which
does support encapsulation).  This makes it very hard to debug the server.
It is the debug log after all.

-dain

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to