If I have a couple of instances that have a m:n relationship and each has its collection-descriptor refresh attribute set to true (i.e. refresh="true"). Would that cause a sql loop against the database and a crash?
Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws > -----Original Message----- > From: Phase Web and Multimedia [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 11, 2002 12:28 AM > To: Ojb-User > Subject: Strange behavior with refresh=true > > > I have some class-descriptors where I am using refresh="true" within the > corresponding collection-descriptor. Something loops (a lot) and I get a > river of errors then my jvm crashes. I removed all of the refresh > attributes and the problem goes away. However, it is important for my > instances to reload their collections because it is an administrative > website that is updating lists and such all the time. If the loaded > collections aren't refreshed then changes made to nested data isn't > reflected. Anybody else run into this. Any solutions? > > 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]>
