Re: [api-dev] How to protect from disposed exception?

2005-03-22 Thread Kai Sommerfeld
5:12 AM To: dev@api.openoffice.org Subject: Re: [api-dev] How to protect from disposed exception? Hi, I could provide you with a special debug version of the C++ remote UNO bridge which can be used to - write a logfile containing all requests/replies served by the bridge - dumps bridge errors

Re: [api-dev] How to protect from disposed exception?

2005-03-16 Thread Thomas Schindl
Hi, I don't know if these exceptions are related to that but OO is not thread save thus you have to serialize calls to it in your java-app. Tom Hi, We have a multi-threaded Java environment. We are using OpenOffice.org 1.1.3. There are times when we make a series of UNO calls (mostly

Re: [api-dev] How to protect from disposed exception?

2005-03-16 Thread Stephan Bergmann
Bob Crothers wrote: Hi, We have a multi-threaded Java environment. We are using OpenOffice.org 1.1.3. There are times when we make a series of UNO calls (mostly setting properties, save, and call macros) and also get a series of exceptions. The exceptions follow: