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


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.

Reply via email to