Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-4742

[GSS](6.4.z) XLS DT conversion does not handle BigDecimal or BigInteger fields

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.4.5
    • 6.4.3
    • Business Central
    • None

      Consider the following data model:

      public class Policy {
         private BigDecimal rate;
         public void setRate(BigDecimal rate) {
            this.rate = rate;
         }
      }
      

      and a spreadsheet with the following action column:

      $policy.setRate( $param );
      

      and a value in the table row:

      3.00B
      

      XLS -> GDT conversion fails with:

      Unable to convert value '3.00B' to NUMERIC. Cell (O9) 
      

            manstis@redhat.com Michael Anstis
            rhn-support-mputz Martin Weiler (Inactive)
            Jozef Marko Jozef Marko
            Jozef Marko Jozef Marko
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: