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

Davide Sottara dsotty at gmail.com
Wed May 7 01:50:10 EDT 2014


Please try 5.6 or 6.x, the problem is known in 5.5 and it won't be
possible to fix it there


On 05/06/2014 10:42 PM, wtang wrote:
> 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.
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
>



More information about the rules-users mailing list