<div dir="ltr">I tried with the latest code (6.1.0.Beta1) and it works OK.<div><div><br></div><div>[when]When the credit rating is {rating:ENUM:Applicant.creditRating} and applicant dates is after {dos:DATE:default} = applicant:Applicant(creditRating==&quot;{rating}&quot;, applicationDate&gt;&quot;{dos}&quot;)</div>
</div><div><br></div><div><span style="color:grey">1.</span><span style="color:green">|</span><span style="color:red">package</span> org.mortgages;</div><div><span style="color:grey">2.</span><span style="color:green">|</span></div>
<div><span style="color:grey">3.</span><span style="color:green">|</span><span style="color:red">import</span> java.lang.Number;</div><div><span style="color:grey">4.</span><span style="color:green">|</span></div><div><span style="color:grey">5.</span><span style="color:green">|</span><span style="color:red">rule</span> <span style="color:green">&quot;eeee&quot;</span></div>
<div><span style="color:grey">6.</span><span style="color:green">|</span>    <span style="color:red">dialect</span> <span style="color:green">&quot;mvel&quot;</span></div><div><span style="color:grey">7.</span><span style="color:green">|</span>    <span style="color:red">when</span></div>
<div><span style="color:grey">8.</span><span style="color:green">|</span>        applicant:Applicant(creditRating==<span style="color:green">&quot;AA&quot;</span>, applicationDate&gt;<span style="color:green">&quot;13-Mar-2014&quot;</span>)</div>
<div><span style="color:grey">9.</span><span style="color:green">|</span>    <span style="color:red">then</span></div><div><span style="color:grey">10.</span><span style="color:green">|</span><span style="color:red">end</span><br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 13 March 2014 15:49, Kai Jemella <span dir="ltr">&lt;<a href="mailto:kjemella@gmail.com" target="_blank">kjemella@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi,<br><br>i recognized that DSL with multiple variables not working in current 6.1.0-SNAPSHOT master.<br>
<br>First i created a jira issue in the drools project:<br><br><a href="https://issues.jboss.org/browse/DROOLS-428" target="_blank">https://issues.jboss.org/browse/DROOLS-428</a><br>



<br>I thought it was ui issue. I had closed the ticket and recreated it in guvnor project.<br><br><a href="https://issues.jboss.org/browse/GUVNOR-2081" target="_blank">https://issues.jboss.org/browse/GUVNOR-2081</a><br><br>



Now i figured out, that also without edit and save the GuidedRule in kie workbench, the issue exists.<br>
<br>Should i now reopen the drools ticket?<br>Should i create a unit test for the issue?<br><br>Thanks, Kai Jemella.</div>
<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br></blockquote></div><br></div>