quipere wrote:
In some node "a" I have put a property "ref" with a reference to a frozenNode "c" in the versionHistory of an other node. But when I call getReferences() on the frozenNode "c" I get an empty PropertyIterator. I was expecting to get the a.ref property. Does getReferences() not work on frozenNodes?
Yes. JSR 170, Section 6.2.3: "In implementations that support versioning, this method does not return REFERENCE properties that are part of the frozen state of a version in version storage." BR, Julian
