3 Replies Latest reply on Oct 12, 2006 5:37 AM by lucluc

    Seam Remoting and java.math.BigDecimal

    lucluc

      Hello,
      my model needs the type DECIMAL(18,5) which is correctly managed by Hibernate.
      The problem is on Seam Remoting where this type is not correctly managed: in fact ajax response is not a well formed xml



      (it's clear that on server the processing has been interrupted: so ther's no member ending)

      I can't use double becasue of the rounding: in fact this property refers to money that should not be changed.

      Is this implementation scheduled? Any suggestion or workaround?
      thanks