Hi,

Do PricingField overrides hashCode and equals? Did you check the possibility of using the collect or accumulate conditionals?

Regards,
Leo



On Tue, Sep 30, 2008 at 11:49 AM, Delaunay Gaetan <gdelaunay@seasatcom.com> wrote:
Hi,

I've got this following rule :
when
$p1 : PricingField(v1 : name == "startdate")
$p2 : PricingField(this != $p1, name =="startdate", dateValue == v1)
then
....

This rule doesn't work and i can't figure out why. Does anyone have an idea?
Gaet