In order to configure a JDBC driver, I need to specify a driver version
as part of the driver name:
"driver" => {
"description" => "Defines the JDBC driver the datasource
should use with this format:
<driver-name>#<major-version>.<minor-version> where <driver-name>
is the fully qualifed name of the JDBC driver class",
"type" => STRING,
"required" => true,
"access-type" => "read-only",
"storage" => "configuration"
},
IMO this is really awkward and for the average user close to impossible to figure the
driver version.
Can somebody explain this requirement?
Ike