[seam-issues] [JBoss JIRA] (SOLDER-253) Integrate Catch with *EventBridge* classes

Jason Porter (Updated) (JIRA) jira-events at lists.jboss.org
Thu Oct 20 18:13:47 EDT 2011


     [ https://issues.jboss.org/browse/SOLDER-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jason Porter updated SOLDER-253:
--------------------------------

    Fix Version/s: 3.1.0.Beta4
                       (was: 3.1.0.CR1)

    
> Integrate Catch with *EventBridge* classes
> ------------------------------------------
>
>                 Key: SOLDER-253
>                 URL: https://issues.jboss.org/browse/SOLDER-253
>             Project: Seam Solder
>          Issue Type: Enhancement
>          Components: Servlet
>    Affects Versions: 3.0.0.Beta1
>            Reporter: Jason Porter
>            Priority: Critical
>             Fix For: 3.1.0.Beta4
>
>
> None of the EventBridge classes catch exceptions to pass to Seam Catch, thus the following code does not invoke any exception handlers:
> {code}
>    public void initial(@Observes @Path("NullPointer") @Initialized final HttpServletRequestContext ctx)
>    {
>       throw new NullPointerException();
>    }
> {code}
> I would expect the NPE to be passed to Catch for exception handling.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list