Re: [rules-users] drools 5.5 property reactive issue

2013-11-25 Thread Davide Sottara
Could you please try 5.6.CR1? It is compatible with 5.5 and fixes a number of bugs there, so it shouldn't take more than a temporary version switch Thanks Davide On 11/25/2013 12:48 PM, gboro54 wrote: > I plan to do an update to 6 early next month(that was planned before this > issue). > > Thanks

Re: [rules-users] drools 5.5 property reactive issue

2013-11-25 Thread gboro54
I plan to do an update to 6 early next month(that was planned before this issue). Thanks! Mark Proctor wrote > a lot has been fixed in 5.6 and 6.0. Please either try 5.6.CR1 or > 6.0.FINAL. > > Mark > On 25 Nov 2013, at 15:33, gboro54 < > gboro54@ > > wrote: > >> This issue seems to be rel

Re: [rules-users] drools 5.5 property reactive issue

2013-11-25 Thread Mark Proctor
a lot has been fixed in 5.6 and 6.0. Please either try 5.6.CR1 or 6.0.FINAL. Mark On 25 Nov 2013, at 15:33, gboro54 wrote: > This issue seems to be related to: > > http://drools.46999.n3.nabble.com/Property-reactive-broken-in-5-5-0-Final-td4021231.html >

Re: [rules-users] drools 5.5 property reactive issue

2013-11-25 Thread gboro54
This issue seems to be related to: http://drools.46999.n3.nabble.com/Property-reactive-broken-in-5-5-0-Final-td4021231.html -- View this message in context: http://drools.46999.n3.nabble.com/drools-5

[rules-users] drools 5.5 property reactive issue

2013-11-25 Thread gboro54
I am seeing a weird pattern(or at least unexpected one) when running drools 5.5 in property reactive mode. I have to rules such as: rule "Rule 1" when $order:Order(orderType=="A", orderVolume>1000) then insert(new Charge($order,"code1",-.25)); end rule "Rule 2" when $ord