I have changed the code that loads the driver, then it compiled fine:

      // Load Oracle driver
// This way mvn install failed 
//      DriverManager.registerDriver (new oracle.jdbc.OracleDriver());

// This way it worked.
    try {
            Class.forName ("oracle.jdbc.driver.OracleDriver");
      } catch (ClassNotFoundException e) {
            e.printStackTrace();
      }


Thanks for your help.
--
Posted by "chksi" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2507#6890>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to