[richfaces-issues] [JBoss JIRA] (RF-12897) ExtendedPartialViewContextImpl swallows exceptions

Cristian Cerb (JIRA) jira-events at lists.jboss.org
Wed Apr 10 08:03:35 EDT 2013


Cristian Cerb created RF-12897:
----------------------------------

             Summary: ExtendedPartialViewContextImpl swallows exceptions
                 Key: RF-12897
                 URL: https://issues.jboss.org/browse/RF-12897
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: core
    Affects Versions: 4.2.2.Final
         Environment: Windows 7, JDK 1.6
            Reporter: Cristian Cerb
            Priority: Critical
             Fix For: 4.3.2


Method public VisitResult visit(VisitContext context, UIComponent target) of class ExtendedPartialViewContextImpl swallows exceptions. I think exceptions should be wrapped inside a FaceException and propagated. This class  http://java.net/projects/mojarra/sources/svn/content/trunk/jsf-ri/src/main/java/com/sun/faces/context/PartialViewContextImpl.java seems to have served as a model for the RF one, but the RF class inadvertently chose to swallow exceptions instead of propagating them up. This causes unpredictable behaviour, such as system being stuck in the browser.


--
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


More information about the richfaces-issues mailing list