[jboss-as7-dev] JDBC driver version requirement
Heiko Braun
hbraun at redhat.com
Mon Apr 18 09:02:56 EDT 2011
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
More information about the jboss-as7-dev
mailing list