did you save your changes before you called A.getReferences()? referential integrity is inforced upon save only.
cheers stefan On 2/13/06, Ashley Martens <[EMAIL PROTECTED]> wrote: > I'm having a problem with getReferences() that I hope someone can help me > with. > > I create node A, an nt:file with mix:versionable. > I create node B, an nt:base with a reference property. > I set B.ref = A.getUUID(). > When I execute A.getReferences() I do not get B. > > What am I doing wrong? >