bungeni-org / bungeni-editor

The Bungeni Editor is Drafting and Markup framework for XML production built on the OpenOffice.org platform. It supports different legislative document types (e.g hansard, bill) and supports definition of custom types, and allows markup and storage of metadata within the ODF document.
3 stars 0 forks source link

OpenOffice multicomponentfactory API exception handling #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Openoffice 3.1 closes the java remote bridge when the last document is closed 
-- this implies that 
the desktop handles for the openoffice window become invalid when the last 
document is closed.

The exception handler in OOoBungeniLib needs to be changed to do a fresh 
bootstrap when it 
encounters a disposed exception on the openoffice context handle.

Original issue reported on code.google.com by ashok.ha...@gmail.com on 3 May 2010 at 11:17

GoogleCodeExporter commented 9 years ago
Fixed.

TO DO : 

implement exception handling changes in bungeni editor and other libraries using
ooobungenilib

Original comment by ashok.ha...@gmail.com on 4 May 2010 at 10:29