Yes. A was checked in then the session was saved. -----Original Message----- From: Stefan Guggisberg [mailto:[EMAIL PROTECTED] Sent: Monday, February 13, 2006 12:42 PM To: jackrabbit-dev@incubator.apache.org Subject: Re: References
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? >