3 Replies Latest reply on Oct 31, 2018 11:45 AM by emeuwese

    Netezza JDBC driver is not loading in Wildfly

    rohit.s.kumar

      I just started using Wildfly 14 version, before I was using Jboss eap 6 version. In our application we do have Netezza jdbc driver. when we deploy the application into Wildfly 14, netezza driver is not taking by the server.

       

      This is the error coming

      Below is the standalone.xml configuration

      Below is the module.xml inside modules/system/layers/base/org/netezza/nzjdbc3/main

       

      <?xml version="1.0" encoding="UTF-8"?>

      <module xmlns="urn:jboss:module:1.1" name="org.netezza.nzjdbc3">

         <resources> 

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

        </resources> 

      <dependencies>

              <module name="javax.api"/>

          </dependencies>

      </module>

       

      Can any one help on this ?