Improve exception handling in observation (ChangePolling)
---------------------------------------------------------

                 Key: JCR-3046
                 URL: https://issues.apache.org/jira/browse/JCR-3046
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-jcr2spi
    Affects Versions: 2.3.0
            Reporter: Michael Dürig
            Assignee: Michael Dürig


Currently when an (internal) event listener throws an exception, all further 
event listeners are skipped. This happens for move events where the 
HierarchyListener throws an UnsupportedOperationException. I suggest to move 
the exception handler up the call chain such that exceptions are caught and 
logged per listener instead of for all listeners. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to