C�dric,

C�dric Damioli wrote:
Kay,

Thanks for answer.
In my case (OOo calls embedded in a servlet), System.exit() is obviously not possible and System.gc() seems to not always work as expected. So as a workaround, I do not use UnoUrlResolver anymore, and I have access to the actual Bridge via the XConnector interface, which resolves my problems, and is not as complicated as it seemed to be.
just be really sure, that no Java objects are reachable by the office. Otherwise you may encounter unexpected behavior/crashes, because not all code in the office has been fixed yet, to deal with such objects (e.g. menu inceptors).

Maybe this workaround have to be explicitly put in the API doc ?
I thought it was, Juergen, do can help us here?

The doc tells that UnoUrlResolver doesn't give access to the bridge, but doesn't tell that the Java developper can encounter problems with that :-)
Good point. Should be part of "pitfalls" section ;-)

Anyway, another thanks for your quick answer
You are welcome

C�dric
Kay


[snip]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to