Benjamin P Ross created GEODE-6773:
--------------------------------------
Summary: Add gfsh commands for Register Driver, Deregister Driver,
and List Driver to JDBC connector
Key: GEODE-6773
URL: https://issues.apache.org/jira/browse/GEODE-6773
Project: Geode
Issue Type: Improvement
Components: docs
Reporter: Benjamin P Ross
While the JDBC connector has functionality to automatically register/deregister
drivers with the creation of it's data source objects it would be convenient
for users to register and deregister these manually as well. In order to
facilitate this they will also need to be able to list the currently registered
drivers. We should add the following gfsh commands to allow for this:
Register Driver - A command which takes a name of a jar file which has been
previously deployed into the geode cluster via the deploy command or the name
of the JDBC driver class within it and registers the JDBC driver with the
Driver Manager.
Deregister Driver - A command which takes a name of a jar file which has been
previously deployed into the geode cluster via the deploy command or the name
of the JDBC driver class within it and deregisters the JDBC driver with the
Driver Manager.
List Drivers - A command which lists all driver classes that are currently
registered with the driver manager.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)