1 Reply Latest reply on Dec 30, 2002 6:21 AM by icordoba

    boolean type persinstence with Postgres

    icordoba

      Hi there,
      I am trying to deply a Enterprise EJB in a JBoss application which has a boolean property. I use boolean and not Boolean data type and use the postgres boolean data type in the SQL engine.

      This works in Pramati J2EE server. I use pramati to develop.
      The problem is that in JBoss, the set method for that EJB works, but the get always returns false.

      Can anybody tell me if JBoss supports CMP persistence in boolean data types and if so how to make it work?

      Thanks,
      Ignacio