Path is not indexed when inserting a new node with SNS
------------------------------------------------------

                 Key: JCR-1381
                 URL: https://issues.apache.org/jira/browse/JCR-1381
             Project: Jackrabbit
          Issue Type: Bug
          Components: jackrabbit-ocm
    Affects Versions: 1.4
            Reporter: Xavier Coulon


Using Jackrabbit OCM, when inserting two nodes with the same path, the second 
node's path is not indexed. 
Both nodes have the same path, and a search by path retrieves the first node 
only. 

The node mapping included the following annotations:

@Node(jcrMixinTypes="mix:referenceable,mix:lockable,mix:versionable") 
public class Article { 

        @Field(uuid=true) 
        private String id = null; 
        
        @Field(path=true) 
        private String path = null; 

        ....
}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to