2 Replies Latest reply on Oct 8, 2002 11:11 AM by jamo

    MS SQL Server error: ResultSet can not re-read row data for

    jamo

      I'm getting errors on a CMP bean with MS SQL Server (trace dump and config file attached). Several other beans are working fine. Problem seems to be with the findAll() funciton (I'm guessing). The bean is actually writing the db fine, but won't read it!

        • 1. Re: MS SQL Server error: ResultSet can not re-read row data
          dsundstrom

          Let me guess.... your using CMP 1.1 and Jaws?

          This is a known bug with jaws, but I belive it has been fixed in newer versions of JBoss. What version are you using?

          Jaws is not supported any more, so I suggest you upgrade to JBossCMP, which you can use in CMP 1.1 backwards comparability mode, or you can upgrade to CMP 2.0. Jaws will be removed in JBoss 4.0.

          • 2. Re: MS SQL Server error: ResultSet can not re-read row data
            jamo

            We're using JBoss 3.0.3 with Tomcat 4.1.12.

            We think that that version should be using backwards compatibility mode for CMP 1.1 because jboss.xml and jaws.xml both specify the *_2_4.dtd files.

            Is there something else to set to force it to work?