By "not working" I meant that irregardless of what value for recursionDepth was specified ( we tried 0, 1, 2 ) only one level was retrieved. However we did not try changing the MaxFetchDepth property.
On 9/7/06, Abe White <[EMAIL PROTECTED]> wrote:
> But that does not seem to work. Is this a code bug or is a > document error? > > Or an error in my understanding of FetchGroup depth ? Both a documentation error and a misunderstanding. I'll try to update the docs later today. In the meantime, I don't know what you mean when you say it "does not seem to work", but one important note is that the MaxFetchDepth is 1 by default, so if you want to fetch deep relations, you'll need to increase that -- either on the FetchPlan or using the openjpa.MaxFetchDepth configuration property. _______________________________________________________________________ Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it.
