Re: [rules-users] java.lang.ClassCastException comparing BigDecimals (compareTo)

2008-02-08 Thread José Arrarte
Hello again. I was out of office, sorry for not answering sooner... I've opened a JIRA issue, #1433, with a test case and a full stack trace desciption: http://jira.jboss.com/jira/browse/JBRULES-1433 Best regards, José Arrarte On Jan 30, 2008 9:55 AM, Edson Tirelli <[EMAIL PROTECTED]> wrote: >

Re: [rules-users] java.lang.ClassCastException comparing BigDecimals (compareTo)

2008-01-30 Thread Edson Tirelli
Looks like a bug to me. May I ask you plz to open a JIRA? []s Edson 2008/1/25, José Arrarte <[EMAIL PROTECTED]>: > > Hello, > > First of all, I'd like to thank all the people involved in making this > tool such a great one (this includes whoever writes the reference manual as >

Re: [rules-users] java.lang.ClassCastException comparing BigDecimals (compareTo)

2008-01-30 Thread Michael Neale
hmmm... have you tried setting "dialect 'mvel' " for the rule/package? I am not sure if you can do that even in java 5 (but in MVEL we can make it happen if it doesn't already). On Jan 25, 2008 11:19 PM, José Arrarte <[EMAIL PROTECTED]> wrote: > Hello, > > First of all, I'd like to thank all the

[rules-users] java.lang.ClassCastException comparing BigDecimals (compareTo)

2008-01-25 Thread José Arrarte
Hello, First of all, I'd like to thank all the people involved in making this tool such a great one (this includes whoever writes the reference manual as well). I've been having some problems when comparing BigDecimals (using the compareTo method). I didn't find this issue in any previous post or