You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Andrew Robinson (JIRA)" <de...@myfaces.apache.org> on 2010/09/08 21:47:33 UTC

[jira] Resolved: (TRINIDAD-1908) Errors in the tear down of the visiting or encoding context may cover up errors in the processing code

     [ https://issues.apache.org/jira/browse/TRINIDAD-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Robinson resolved TRINIDAD-1908.
---------------------------------------

    Fix Version/s: 2.0.0.3-core
       Resolution: Fixed

> Errors in the tear down of the visiting or encoding context may cover up errors in the processing code
> ------------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1908
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1908
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>    Affects Versions: 2.0.0.3-core
>            Reporter: Andrew Robinson
>            Assignee: Andrew Robinson
>             Fix For: 2.0.0.3-core
>
>
> If a component throws and error in the processing, between a setup and tear down function, and the tear down throws an exception, the tear down exception is the one that is seen since it is thrown from the finally.
> UIXComponent should be changed to throw the actual error and not the tear down error when this occurs.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.