To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80338
User sb changed the following:
What |Old value |New value
================================================================================
Assigned to|sb |oj
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Mon Aug 6 09:45:09 +0000
2007 -------
How to reproduce with Sun-built unxlngi6.pro SRC680m224 OpenOffice.org:
1 Add the following line to program/jvmfwk3rc (which should not yet have any
line starting with UNO_JAVA_JFW_CLASSPATH_URLS):
UNO_JAVA_JFW_CLASSPATH_URLS=$ORIGIN/classes/hsqldb.jar
2 Start program/soffice, then "File - New - Database", in the first pane of
"Database Wizard" dialolg click "Next >>" and on the second pane check "Create
tables using the table wizard" and click "Finish". In the "Save as" dialog
click "Save": "ClassNotFoundException" on stdout and "The connection to the
data source could not be established." error box (clicking "OK" then gives the
"com.sun.star.sdbc.SQLException: General error: java.lang.NullPointerException"
stack trace on stderr).
The problem is that in line 222 of
hsqldb/unxlngi6.pro/misc/build/hsqldb/src/org/hsqldb/Database.jar
Class zclass = Class.forName(fileaccess_class_name);
fileaccess_class_name is com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess. The
application class loader that loaded Database.jar does not know that class.
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]