Armin Waibel <arminw <at> apache.org> writes: > > Hi, > > I can now reproduce your issue. > It's "caused" by a feature "query prefetching" added to OJB between > version 0.98 and 1.0rcX. I'm not familiar with the source code of this > feature. Currently the prefetching of references can only be suppressed > by changing class QueryReferenceBroker, set line 75 > batchRetrieval = false; > After this your test should pass. > I will add a bug report to jira ASAP.
Thanks Armin I set batchRetrieval to false and my tests pass. Does this significantly affect performance? Regards Ravi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
