Hi Stephan,

Stephan Zeissler (KUTTIG) wrote:
Hi everyone,

I finally got an example to work [1], but I still have one problem: The UNO Runtime seems to create a new thread which blocks the exit of the java vm. I have to call System.exit() manually to exit the vm, which looks like a bug to me. I neither found any close() operations in the XComponentContext or XMultiComponentFactory. And I believe that I have closed all statements in connection as well as the connection itself.

Did I miss anything?
The problem could be that you release the connection and the gc just not destroyed it. The best way is to lang.XComponent.dispose() to tell the connection that it should die.

Regards,

Ocke

Greetings,
Stephan


[1] https://wiki.moinz.de:444/OpenOffice_UNO_Thunderbird_Addressbook

Stephan Zeissler (KUTTIG) schrieb:
Hi everyone,

im currently trying to use ooBase to read my thunderbird addressbook and export it into a csv file via Java. Im a beginner to UNO and i don't find any startpoint for getting base working. As far as I understand, the access to the thunderbird addressbook is done via the sdbc interface provided by uno?
Can anyone give me an example or a hint how to access this via uno?

Thanks in advance,
Stephan

------------------------------------------------------------------------

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


--
Ocke Janssen                      Tel: +49 40 23646 661, x66661
Dipl. Inf(FH)                     Fax: +49 40 23646 550
Sun Microsystems Inc.
Nagelsweg 55                     mailto:[EMAIL PROTECTED]
D-20097 Hamburg                   http://www.sun.com/staroffice

Sitz der Gesellschaft: Sun Microsystems GmbH, Sonnenallee 1, D-85551 Kirchheim-Heimstetten
Amtsgericht Muenchen: HRB 161028
Geschaeftsfuehrer: Wolfgang Engels, Dr. Roland Boemer
Vorsitzender des Aufsichtsrates: Martin Haering

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

Reply via email to