To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69624


User sb changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |RESOLVED
--------------------------------------------------------------------------------
              Resolution|                          |FIXED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Mar  6 08:28:03 +0000 
2007 -------
com.sun.star.sdbcx.comp.hsqldb.StorageFileAccess etc. use
NativeLibraryLoader.loadLibrary to load hsqldb2.  That uses System.load, which
apparently internally uses the classloader of the calling code and fails if
there are two instances of NativeLibraryLoader in the VM.

This revealed that a new classloader with a new instance of the Java hsqldb is
created for each database document, which is a waste of resources anyway. 
Hence, this issue has been fixed now by caching already loaded Java classes in
connectivity/source/drivers/jdbc/JConnection.cxx:1.2.28.3.

---------------------------------------------------------------------
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]


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

Reply via email to