1 Reply Latest reply on Jan 20, 2012 8:24 AM by peddu007

    Seam project with DB2 persistence

    alexeicu

      Hi people I have a seam 2.2 project with DB2 persistence, I have a table with a real data type field (totalsales), In my entity class I declare the field as Float Ex:

      @Column ...
      private Float totalSales;
      ....

      When I deploy, the server say that total
      sales is expected as float not real, but DB2 don't have float data type ?


      What I'm missing


      Thanks