I think you'd have to paste in an email. > -----Original Message----- > From: Corin Moss [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 14, 2004 6:15 PM > To: Turbine JCS Developers List > Subject: RE: How to ensure the index is written out at shutdown? > > > Hi Aaron, > > I've not quite tracked down why the dispose() method isn't being called > - until then I won't know if it's now working ;) > > I've attached my ccf file as well. At this point I haven't used the > Lateral cache - but the config remains in there. > > Corin > > > > -----Original Message----- > From: Aaron Smuts [mailto:[EMAIL PROTECTED] > > Sent: Thursday, 15 April 2004 10:49 a.m. > To: 'Turbine JCS Developers List' > Subject: RE: How to ensure the index is written out at shutdown? > > > Can you send you cache.ccf file. > > > -----Original Message----- > > From: Corin Moss [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, April 14, 2004 5:35 PM > > To: [EMAIL PROTECTED] > > Subject: How to ensure the index is written out at shutdown? > > > > > > > > Hi Guys, > > > > > Great to see the recent commits to CVS. I've been testing the new > code > > over the last day for use with Cocoon. I'm still unable to get the > > > index to write to disk at shutdown time. I'm not seeing any of the > > > debug information now included in the class, so I suspect we're not > > > calling the dispose methods properly. At the moment, on shut down, > the > > following is called: > > > > > m_JCS.dispose(); > > m_cacheManager.release(); > > m_JCS = null; > > m_cacheManager = null; > > m_properties = null; > > > > > Where m_JCS is an instance of: > > > > > private static class JCSCacheAccess extends GroupCacheAccess { > > private JCSCacheAccess(CompositeCache cacheControl) { > > super(cacheControl); > > } > > > > > > > > private int getSize() { > > return super.cacheControl.getSize(); > > } > > > > > > > > protected void dispose() { > > super.dispose(); > > } > > } > > } > > > > > I'm confident that these methods are being called. Is there anything > > > I'm missing here? > > > > > Thanks, > > > > > Corin > > > > > Corin Moss > > Lead Developer > > TVNZ Interactive > > > > > +64 9 916 7367 > > +64 21 403 054 > > [EMAIL PROTECTED] > > > > > > > > > > > ================================================================ > > CAUTION: This e-mail and any attachment(s) contains information that > > > is intended to be read only by the named recipient(s). It may contain > > > information that is confidential, proprietary or the subject of legal > > > privilege. This information is not to be used by any other person > > > and/or organisation. If you are not the intended recipient, please > > > advise us immediately and delete this e-mail from your system. Do not > > > use any information contained in it. > > > > > ================================================================ > > For more information on the Television New Zealand Group, visit us > > > online at http://www.tvnz.co.nz > > > ================================================================ > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: > [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > ================================================================ > CAUTION: This e-mail and any attachment(s) contains information > that is intended to be read only by the named recipient(s). It > may contain information that is confidential, proprietary or the > subject of legal privilege. This information is not to be used by > any other person and/or organisation. If you are not the intended > recipient, please advise us immediately and delete this e-mail > from your system. Do not use any information contained in it. > > ================================================================ > For more information on the Television New Zealand Group, visit > us online at http://www.tvnz.co.nz > ================================================================
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
