[xwiki-devs] About integrating office-preview module in platform

2010-03-31 Thread Asiri Rathnayake
Hello Devs, I committed an office-preview module in sandbox ( http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-officepreview/) about a month or two ago. The purpose of this module is to enable previewing of office attachments (word, spreadsheets, presentations) using the office-importer

Re: [xwiki-devs] About integrating office-preview module in platform

2010-03-31 Thread Thomas Mortagne
On Wed, Mar 31, 2010 at 09:30, Asiri Rathnayake asiri.rathnay...@gmail.com wrote: Hello Devs, I committed an office-preview module in sandbox ( http://svn.xwiki.org/svnroot/xwiki/contrib/sandbox/xwiki-officepreview/) about a month or two ago. The purpose of this module is to enable

Re: [xwiki-devs] About integrating office-preview module in platform

2010-03-31 Thread Asiri Rathnayake
Hi, 3. Each generated office-preview is cached. When a cache entry is disposed, all the temporary files associated with that preview is deleted (DisposableCacheValue). However, I noticed that DisposableCacheValue::dispose() is not invoked when XE shuts down. We could fix this by