We found that if you have any circular references you will need to have the cache enabled - else the system will recursively try to look up relationships until you run out of memory (or crash the vm...)
Matthew Baird (an OJB commiter) has confirmed this as a known issue. For the time being the workaround is to enable the cache... Russell On Wed, 2002-12-11 at 19:29, Phase Web and Multimedia wrote: > This is very odd. I had the cache set to: > > ObjectCacheClass=org.apache.ojb.broker.cache.ObjectCacheEmptyImpl > > and it blew up. > > When I returned the setting back to > > ObjectCacheClass=org.apache.ojb.broker.cache.ObjectCacheDefaultImpl > > It worked fine. > > Why can't ojb run without the cache enabled? > > Brandon Goodin > Phase Web and Multimedia > P (406) 862-2245 > F (406) 862-0354 > [EMAIL PROTECTED] > http://www.phase.ws > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
