4 Replies Latest reply on Nov 29, 2004 11:14 AM by duraace

    Can't resolve Oracle driver from servlet

    duraace

      Getting java.sql.SQLException: No suitable driver executing the following code from a servlet in eclipse:

      dbPsext = DriverManager.getConnection(
      "jdbc:oracle:thin:@buxhrrpt.bctel.com:1521:orav8q",
      "psext", "psext");


      oracle_80520.jar works in other eclipse Java projects, but not from JBoss within eclipse. I've tried configuring every classpath, and putting the .jar in every conceivable place. What's the scoop? Thanks in advance.