Hi,

The below rule for dublicate checking is working fine with 3.0.5 but not with 
milestone version? Is that a problem with milesone?

rule "rule01"

when

$provAddress:ProviderAddress( $addType : addressTypeCode, $pPI : 
primaryPracticeIndicator )

$provAdd:ProviderAddress( addressTypeCode == $addType, 
$pp:primaryPracticeIndicator == $pPI ) 

then 

System.out.println("Hi"+$addType+" "+$pPI+"::"+$pp);

retract($provAddress);

end

 

Basha

_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to