0 Replies Latest reply on Jul 22, 2003 12:47 PM by vivek.chaudhri

    Using JDBC with JBOSS 3.2.1

    vivek.chaudhri

      I am trying to read a resultset in JBOSS3.2.1 with Oracle8.1.7. While doing a resultset.next call I get a NullPointerException like:
      at oracle.jdbc.driver.ScrollableResultSet.cacheRowAt(ScrollableResultSet.java:1062)
      at oracle.jdbc.driver.ScrollableResultSet.isValidRow(ScrollableResultSet.java:1047)
      at oracle.jdbc.driver.ScrollableResultSet.isEmptyResultSet(ScrollableResultSet.java:1027)
      at oracle.jdbc.driver.ScrollableResultSet.next(ScrollableResultSet.java:234)

      I did not see any problem with JBoss3.0.0.

      My oracle-ds.xml is set up correctly I believe... I am able to use CMP with this setup without any problem.

      Any ideas.... Please help.
      Thanks
      Vivek