Product: Database Access
Type: new
Title: new configuration setting for pre-specifying per-driver
classpaths
Posted by: [EMAIL PROTECTED]
Affected: -
TaskId: i81899
<http://www.openoffice.org/issues/show_bug.cgi?id=81899>
Effective from: CWS dba31a
CWS:
<http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300/dba31a>
CWS status: ready for QA
*Flags*
-------
API/ BASIC [ ]
Configuration [x]
File format change [ ]
Help/ Guide [x]
Performance test [ ]
Translation [ ]
UI relevant [ ]
*Description*
-------------
There's a new setting in the org.openoffice.Office.DataAccess
configuration module which allows to specify, on a per-driver basis, a
classpath to use when searching for a JDBC driver.
An administrator of a shared OOo installation can use this setting to
pre-configure the installation, without all users having the need to
add the respective .JAR file to their own Java options.
The complete path of the new configuration node is
/org.openoffice.Office.DataAccess/JDBC/DriverClassPaths. An exemplary
configuration fragment:
<node oor:name="JDBC">
<node oor:name="DriverClassPaths">
<node oor:name="com.mysql.jdbc.Driver" oor:op="replace">
<prop oor:name="Path">
<value>url_to_jar_file</value>
</prop>
</node>
</node>
</node>
For questions and feedback, please use [EMAIL PROTECTED]
Send feedback to [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]