I tried with the latest code (6.1.0.Beta1) and it works OK.

[when]When the credit rating is {rating:ENUM:Applicant.creditRating} and applicant dates is after {dos:DATE:default} = applicant:Applicant(creditRating=="{rating}", applicationDate>"{dos}")

1.|package org.mortgages;
2.|
3.|import java.lang.Number;
4.|
5.|rule "eeee"
6.|    dialect "mvel"
7.|    when
8.|        applicant:Applicant(creditRating=="AA", applicationDate>"13-Mar-2014")
9.|    then
10.|end


On 13 March 2014 15:49, Kai Jemella <kjemella@gmail.com> wrote:
Hi,

i recognized that DSL with multiple variables not working in current 6.1.0-SNAPSHOT master.

First i created a jira issue in the drools project:

https://issues.jboss.org/browse/DROOLS-428

I thought it was ui issue. I had closed the ticket and recreated it in guvnor project.

https://issues.jboss.org/browse/GUVNOR-2081

Now i figured out, that also without edit and save the GuidedRule in kie workbench, the issue exists.

Should i now reopen the drools ticket?
Should i create a unit test for the issue?

Thanks, Kai Jemella.

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