Uploaded image for project: 'JBoss Enterprise Application Platform 4 and 5'
  1. JBoss Enterprise Application Platform 4 and 5
  2. JBPAPP-5928

HHH-5229 Sybase: org.hibernate.test.hql.ScrollableCollectionFetchingTest.testScrollingJoinFetchesEmptyResultSet() fails (JZ0R1)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Major
    • TBD
    • EAP_EWP 5.1.0
    • Hibernate
    • None

    Description

      "could not perform sequential read of results (forward)"

      Result set is IDLE as you are not currently accessing a row.

      Description: The application has called one of the ResultSet.getXXX column-data retrieval methods, but there is no current row; the application has not called ResultSet.next(), or ResultSet.next() returned "false" to indicate that there is no data.

      Action: Check that rs.next() is set to "true" before calling rs.getXXX.

      org.hibernate.exception.GenericJDBCException: could not perform sequential read of results (forward)
      at org.hibernate.exception.SQLStateConverter.handledNonSpecificException(SQLStateConverter.java:126)

      Attachments

        Activity

          People

            Unassigned Unassigned
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: