[seam-issues] [JBoss JIRA] Updated: (SEAMSERVLET-28) Integrate Catch with *EventBridge* classes

Shane Bryzak (JIRA) jira-events at lists.jboss.org
Wed Feb 23 02:05:17 EST 2011


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

Shane Bryzak updated SEAMSERVLET-28:
------------------------------------

    Fix Version/s: 3.0.0.Final
                       (was: 3.0.0.CR1)


> Integrate Catch with *EventBridge* classes
> ------------------------------------------
>
>                 Key: SEAMSERVLET-28
>                 URL: https://issues.jboss.org/browse/SEAMSERVLET-28
>             Project: Seam Servlet
>          Issue Type: Enhancement
>          Components: Catch Integration
>    Affects Versions: 3.0.0.Beta1
>            Reporter: Jason Porter
>            Priority: Blocker
>             Fix For: 3.0.0.Final
>
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the seam-issues mailing list