0 Replies Latest reply on Nov 19, 2003 8:26 AM by hilt2

    JBoss 3.2.2, Oracle 8, char-field

    hilt2

      Hi,

      a char field in one of my entity beans is mapped to a
      CHAR(1) field in a Oracle 8 table. Each time I try to
      load such an EJB I get this error on JBoss console:

      15:09:14,859 ERROR [STDERR] Caused by: javax.ejb.EJBException: null; CausedByExc
      eption is:
      Load failed; CausedByException is:
      Unable to load a ResultSet column 7 into a variable of type 'char': java
      .io.EOFException; nested exception is:
      javax.ejb.EJBException: Load failed; CausedByException is:
      Unable to load a ResultSet column 7 into a variable of type 'char': java
      .io.EOFException

      Does anybody knows what's wrong?
      Thank you