rule exornot
when
Number( $iCount: intValue ) from accumulate ( Fact( x > 0 ), $c:
count(1) )
then
System.out.println( "count = " + $c );
endThere's no way $c can be used in RHS code (5.3.0, current). Is this the intended behaviour? Where can it be used? -W
_______________________________________________ rules-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-dev
