Details

      Description

      We need a JSF2 bridge for Catch.

        Gliffy Diagrams

          Issue Links

            Activity

            Hide
            bleathem Brian Leathem added a comment -

            In your implementation I see "if (catchEvent.isHandled())". Didn't know about that. That alleviates the need log the exception, since we can feed it back to JSF to log.

            Thanks

            Show
            bleathem Brian Leathem added a comment - In your implementation I see "if (catchEvent.isHandled())". Didn't know about that. That alleviates the need log the exception, since we can feed it back to JSF to log. Thanks
            Hide
            dan.j.allen Dan Allen added a comment -

            Nice, isn't it?

            Again, I don't think we need to do any logging in the bridge. If it gets handled by catch, it will likely get logged or not if the developer doesn't want it to be. Anything not handled by catch will likely get logged by JSF and then thrown up to the Servlet error handler.

            Show
            dan.j.allen Dan Allen added a comment - Nice, isn't it? Again, I don't think we need to do any logging in the bridge. If it gets handled by catch, it will likely get logged or not if the developer doesn't want it to be. Anything not handled by catch will likely get logged by JSF and then thrown up to the Servlet error handler.
            Hide
            dan.j.allen Dan Allen added a comment -

            Ah, I misread what you wrote. Seems like we are on the same page Excellent.

            Show
            dan.j.allen Dan Allen added a comment - Ah, I misread what you wrote. Seems like we are on the same page Excellent.
            Hide
            dan.j.allen Dan Allen added a comment -

            Pull request satisfying complete feature request available.

            Show
            dan.j.allen Dan Allen added a comment - Pull request satisfying complete feature request available.
            Hide
            dan.j.allen Dan Allen added a comment -

            I made some follow-up tweaks to bring this feature inline w/ the latest Solder API. Can't wait to show it off!

            Show
            dan.j.allen Dan Allen added a comment - I made some follow-up tweaks to bring this feature inline w/ the latest Solder API. Can't wait to show it off!

              People

              • Assignee:
                bleathem Brian Leathem
                Reporter:
                lightguard Jason Porter
              • Votes:
                1 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved:

                  Development