0 Replies Latest reply on Jun 10, 2005 8:46 AM by winblade

    UnmarshalException with Boolean type ( PostgreSQL 8.0 , JBos

    winblade

      UnmarshalException with Boolean type
      ( PostgreSQL 8.0 , JBoss 4.02 )

      I resolve this probleme with this changement :


      <java-type>java.lang.Boolean</java-type>
      <jdbc-type>BOOLEAN</jdbc-type>
      <sql-type>BOOLEAN</sql-type>


      to this :


      <java-type>java.lang.Boolean</java-type>
      <jdbc-type>BIT</jdbc-type>
      <sql-type>BOOLEAN</sql-type>