0 Replies Latest reply on Oct 16, 2006 5:08 PM by marcinnowak

    EJB3 MSSQL money type

    marcinnowak

      Hi,

      I have table that definition I cannot change and there is a column type "money". I have to map it somehow to EJB3 persistence.

      I tried double and BigDecimal but i doesn't work during deployment i get error
      "Wrong column type".

      My perssitence.xml has option validate - is there any way to make it works ?

      Martin.