You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2013/11/28 00:00:35 UTC

[jira] [Created] (OAK-1234) Node.getReferences() also returns weak references

Tobias Bocanegra created OAK-1234:
-------------------------------------

             Summary: Node.getReferences() also returns weak references
                 Key: OAK-1234
                 URL: https://issues.apache.org/jira/browse/OAK-1234
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
    Affects Versions: 0.11
            Reporter: Tobias Bocanegra


Reproduce:
1. create referenceable node "/foo"
2. create REFERENCE property pointing to "/foo"
3. create WEAK_REFERENCE property pointing to "/foo"
4. call session.getNode("/foo").getReferences()

Expect:
4. only returns the REFERENCE property

Actual:
4. returns both properties



--
This message was sent by Atlassian JIRA
(v6.1#6144)