Re: [dev] File lock problem

2008-11-25 Thread Mathias Bauer
Jakob Lechner wrote: > Hello, > > We're using OOo for one of our products (Fabasoft Folio). > Folio is a document management system where documents of different types > can be stored. When editing a document, the document is copied to a > temporary directory and the appropriate application is sta

Re: [dev] File lock problem

2008-11-24 Thread Mikhail Voitenko
Hi Jakob, The file lock was temporary released during the saving was actually a bug in the OOo2.x system file locking implementation. I do not see a way to workaround the problem, except using UNO API to load the document. In this case you could register a listener that would be notified when

[dev] File lock problem

2008-11-24 Thread Jakob Lechner
Hello, We're using OOo for one of our products (Fabasoft Folio). Folio is a document management system where documents of different types can be stored. When editing a document, the document is copied to a temporary directory and the appropriate application is started. If the document is closed, t