The IAIK PKI module has built-in support for mysql and postgreSQL JDBC drivers.
Other JDBC drivers work if they are implememted as suggested in the JavaDoc of
java.sql.DriverManager (i.e. setting the environment variable jdbc.drivers is
sufficient since invokation of Class.forName("jdbc.driver.classname") leads to
a registration of the driver in the DriverManager).
However, it seems that the Oracle 9 JDBC driver is not implemented in this way
and must be manually registered with method DriverMangager.registerDriver.
It would make sense to have a generic configuration parameter in the MOA config
file specifiying the class name of the JDBC driver to be used by MOA.
NOTE: This bug is originally from Bugzilla, bug_id=7.
Product | MOA |
Component | SPSS Webservice |
Version | 1.0.9 |
Severity | enhancement |
Resolution | Fixed |
URL | None |
Target Milestone | None |
Category
Bugs
Login or
create an account to comment.