[dna-issues] [JBoss JIRA] Created: (DNA-570) JcrObservationManager's Logic For Filtering Events Based On Node Types Is Incorrect

Dan Florian (JIRA) jira-events at lists.jboss.org
Fri Dec 4 14:20:29 EST 2009


JcrObservationManager's Logic For Filtering Events Based On Node Types Is Incorrect
-----------------------------------------------------------------------------------

                 Key: DNA-570
                 URL: https://jira.jboss.org/jira/browse/DNA-570
             Project: DNA
          Issue Type: Bug
          Components: JCR
    Affects Versions: 0.6
            Reporter: Dan Florian
            Assignee: Dan Florian
             Fix For: 0.7


The logic was determining if the Event node's primary type or mixins were equal to or derived from one or more given types. This was backwards and was allowing too many events to get through. The logic should check if the collection or one or more given types are equal to or derived from the primary type or mixins of the Event node. Changes to JcrNodeManager and JcrObservationManager will be needed. And once fixed, uncomment the appropriate tests in JcrObservationManagerTest and JcrTckTest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the dna-issues mailing list