1 Reply Latest reply on Jul 27, 2006 3:19 AM by kukeltje

    jBPM expression language does not retrun float value of Numb

    jbossnetweb

      Hi All,

      I am trying to execute expression language with in processdefintion.xml file. It is successfully evaluate when i make expression like,

      #{totalAmount.value >1000}

      my value is type of the float. but when i convert into Number and then change my expression like,

      #{totalAmount.value.floatValue >1000}

      above expression gives me exception.

      can any buddy help me of my problem?

      Thanks