3 Replies Latest reply on Feb 26, 2007 12:02 PM by gavin.king

    seam-gen 1.1.7RC1

    rengar

      With seam-geam after first compilation shoq this error:

      incomparable types int and
      incomparable types char and

      This is because in IDs use int instead of Integer, Character, ...

      The best solution is change int to Integer, ....?