You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Cody Lerum (JIRA)" <ji...@apache.org> on 2013/06/03 16:57:21 UTC

[jira] [Comment Edited] (DELTASPIKE-341) Provide Integration between Faces Exceptions and Exception Handling

    [ https://issues.apache.org/jira/browse/DELTASPIKE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13673180#comment-13673180 ] 

Cody Lerum edited comment on DELTASPIKE-341 at 6/3/13 2:55 PM:
---------------------------------------------------------------

Working example impl - https://gist.github.com/codylerum/5698723

Needs to be registered via an entry in faces-config.xml like below

[code]
<factory>
   <exception-handler-factory>com.foo.JsfExceptionHandlerFactory</exception-handler-factory>
</factory>
[code]
                
      was (Author: cody.lerum):
    Working example impl - https://gist.github.com/codylerum/5698723

Needs to be registered via an entry in faces-config.xml like below

{code}
<factory>
   <exception-handler-factory>com.foo.JsfExceptionHandlerFactory</exception-handler-factory>
</factory>
{code}
                  
> Provide Integration between Faces Exceptions and Exception Handling
> -------------------------------------------------------------------
>
>                 Key: DELTASPIKE-341
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-341
>             Project: DeltaSpike
>          Issue Type: Improvement
>            Reporter: Cody Lerum
>             Fix For: 0.5
>
>
> Just an ExceptionHandlerFactory and ExceptionHandlerWrapper which fire and remove events so that DS core exceptional handling can intercept.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira