[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-1690) Errors wrapped by ServletExceptions are not logged by ExceptionFilter

Pete Muir (JIRA) jira-events at lists.jboss.org
Sat Mar 1 08:16:58 EST 2008


     [ http://jira.jboss.com/jira/browse/JBSEAM-1690?page=all ]

Pete Muir updated JBSEAM-1690:
------------------------------

    Fix Version/s: 2.1.0.GA

> 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
>          Components: Exception Handling
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Matt Drees
>            Priority: Minor
>             Fix For: 2.1.0.GA
>
>
> 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

        



More information about the seam-issues mailing list