Errors wrapped by ServletExceptions are not logged by ExceptionFilter
---------------------------------------------------------------------
Key: JBSEAM-1690
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1690
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 2.0.0.BETA1
Reporter: Matt Drees
Priority: Minor
Errors (in particular, OutOfMemoryErrors), are not logged when they're wrapped by a
servletException.
ExceptionFilter.java (line 66) has this:
log.error( "exception root cause", EJB.getCause(e) );
But EJB.getCause(e) returns null if e is a ServletException whose rootCause is not an
Exception (like an OutOfMemoryError).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira