2 Replies Latest reply on Apr 23, 2002 11:49 AM by dsundstrom

    Problem with Jboss3 reading LOB

    amt78

      hi

      im trying to read a clob from the oracle DB. same code works well with Jboss 2.4.3 but not with 3. code is here.
      CLOB clob = ((OracleResultSet)(((org.jboss.pool.jdbc.ResultSetInPool)rs).
      getUnderlyingResultSet())).getCLOB(1);

      and following is the exception:

      java.lang.ClassCastException: org.jboss.resource.a
      dapter.jdbc.local.ResultSetInPool

      thanx in advance,

      amt