[rules-users] Salience not working

sridhar123 sridhar.peddinti at sabre.com
Tue May 13 12:45:57 EDT 2008



It means, I can not fire all rules at once, I need to groups and change
focus in my java code? 

I couldn't find any docs or examples to properly use Salience - could you
please share an example (if you have one)

thx



Alessandro Lazarotti wrote:
> 
> You need upate() the fact $anotherObj in Working Memory.
> 
> sridhar123 escreveu:
>> rule A
>> Salience 10
>> when
>>  $data : MyFact( $anotherObj )
>> then
>>   $anotherObj.setDiscard(true)
>>
>> rule B
>> Salience 5
>> when 
>>   eval ($anotherObj.isDiscard() == true)
>> then
>>    ...
>>
>>
>> I am trying to get Rule A executed before Rule B. So when condition in
>> Rule
>> B is valid. However i dont see "Saliene" has any effect. How else i can
>> do
>> the above?
>>
>> thank you
>>
>>   
> _______________________________________________
> rules-users mailing list
> rules-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users
> 
> 

-- 
View this message in context: http://www.nabble.com/Salience-not-working-tp17190028p17213122.html
Sent from the drools - user mailing list archive at Nabble.com.




More information about the rules-users mailing list