3 Replies Latest reply on Nov 4, 2013 3:26 AM by juergen.zimmermann

    Latest snapshot: modules for PostgreSQL, MySQL and Oracle drivers are not loaded

    juergen.zimmermann

      So far I just created e.g. for PostgreSQL the directory%JBOSS_HOME%\modules\org\postgresql\main. In this directory I had the driver in postgresql.jar and created module.xml (see below). Using the latest snapshot, not any database driver is recognized any more (except the pre-installed H2). What has changed? Any hint is appreciated!

       

      module.xml for PostgreSQL:

      <?xml version="1.0"?>

      <module xmlns="urn:jboss:module:1.1" name="org.postgresql.jdbc">

        <resources>

          <resource-root path="postgresql.jar"/>

        </resources>

        <dependencies>

          <module name="javax.api"/>

          <module name="javax.transaction.api"/>

        </dependencies>

      </module>