1 Reply Latest reply on Aug 6, 2003 8:04 PM by robdaemon

    JBossDO and SQL Server BIT fields

    robdaemon

      Hi there,

      I use bit fields in my database, and according to the JDO specs, boolean is a supported type... However, when my JDO Schemas are ran through the Enhancer, I see error messages like the following:

      18:35:37,734 WARN [JDOEnhancer] There is no getter for field testingCompleted in class reporting.ejb.beans.Results

      The getter and setter exist in my data classes (using the primitive boolean).

      Any ideas, or is this a known limitation?

      Thanks!!

      Rob Roland