Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-1802

FacesException and nested exceptions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.5
    • 1.1.6
    • JSR-127
    • None

    Description

      The JSF 1.1 specification requires any implementation to support Java 1.3 and that's why the FacesException isn't allowed to utilize builtin exception chaining mechanisms (i.e. initCause(), etc..) as they have been introduced in Java 1.4. However, the FacesException retains it's cause by delegating to the parent's constructor (for example, "super(cause);" or "super(message, cause);").

      Although this bug is rather easy to fix, I've assigned the priority level 'Major' as it breaks the specification.

      Attachments

        1. MyFaces-1802.patch
          1 kB
          Bernhard Huemer

        Activity

          People

            Unassigned Unassigned
            bhuemer Bernhard Huemer
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: