[rules-users]The Rule is not working with milestone

Sikkandar Nawabjan Sikkandar.Nawabjan at ustri.com
Thu Mar 29 01:41:42 EDT 2007


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20070329/3bed8f47/attachment.html 


More information about the rules-users mailing list