To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76381
Issue #|76381
Summary|Process crashes during call to XDriverManager.getConne
|ction(String)
Component|Spreadsheet
Version|OOo 2.2
Platform|PC
URL|
OS/Version|Solaris
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|DEFECT
Priority|P3
Subcomponent|programming
Assigned to|spreadsheet
Reported by|jcdiaz
------- Additional comments from [EMAIL PROTECTED] Sun Apr 15 20:11:29 +0000
2007 -------
When calling getConnection(url) on an XDriverManager instance with an invalid
url, the process crashed.
Some observations:
-) The language being used is Java
-) The same code does crash in WinXP
The code is:
object =
factory.createInstanceWithContext("com.sun.star.sdbc.DriverManager", null);
driverManager =
(XDriverManager)UnoRuntime.queryInterface(XDriverManager.class, object);
databaseURL = "sdbc:calc:" + catalogURL;
catalogConnection = driverManager.getConnection(databaseURL);
Notes on the code:
-) The resulting databaseURL is "sdbc:calc:null"
JC
---------------------------------------------------------------------
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]