[rules-users] Is property reactive bug in 5.5 fixed in 6.0

wtang wtang at kana.com
Wed May 7 01:42:09 EDT 2014


thank for all your reply!

here is an example of a  rule that did not work:

declare myobject
@propertyReactive
p1: integer
end

rule1
when (p1 == 1)
 p1 = 2

rule2
when (p1 == 2)
system.out.println("hello");

rule2 never get executed with propertyReactive.  Take out PR and it will
fire.  I am still trying to figure out how to submit jira bug.  Sorry!

Wing



--
View this message in context: http://drools.46999.n3.nabble.com/Is-property-reactive-bug-in-5-5-fixed-in-6-0-tp4029419p4029453.html
Sent from the Drools: User forum mailing list archive at Nabble.com.


More information about the rules-users mailing list