Hello Ray, > ** working ** > OO File Wizards Fax > OO File Wizards Agenda > (all started successfully)
Which means Java integration in OOo is still intact. Good. > ** working ** > OO Base JDBC connection to > existing non-embedded HSQL (outside of *.odb) > (no data parameters in any SQL statements) Which means HSQLDB itself is still intact. Good, too. > ** not working ** > OO Base normal connection to > embedded HSQL (in *.odb/database/*) > neither for new, nor for existing old files Not good, obviously. Just to be sure we do not mix things up here: - With "not working", do you mean you get, upon selecting the "Tables", the "java.lang.NullPointerException"-error message mentioned in your original post? - Using a different JRE allows you to connect, IIRC. I think we did not yet exclude that you somehow are getting the wrong HSQLDB version (maybe as part of the old JRE, installed by some other software). To verify or falsify this, can you remove/rename the hsqldb.jar from your installation's program/classes directory, and see what happens? I would expect some "Class not found" error then, since OOo should not be able to load the HSQLDB driver then. If you can *still* connect to non-embedded HSQL databases, then this means you're getting a wrong version of the HSQLDB driver - which perhaps does not support, embedding yet. Please try this and report back. Thanks & Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
