[jboss-jira] [JBoss JIRA] (JBRULES-2386) Matches constraint fails to match regex
Toni Rikkola (JIRA)
jira-events at lists.jboss.org
Tue May 15 08:01:50 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-2386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Toni Rikkola updated JBRULES-2386:
----------------------------------
Fix Version/s: 5.5.0.Beta1
(was: 5.4.0.Final)
> Matches constraint fails to match regex
> ---------------------------------------
>
> Key: JBRULES-2386
> URL: https://issues.jboss.org/browse/JBRULES-2386
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 5.0.1.FINAL
> Reporter: Nick Heudecker
> Assignee: Tihomir Surdilovic
> Fix For: 5.5.0.Beta1
>
> Attachments: drools-example.zip
>
>
> This rule fails to evaluate correctly:
> rule "Test Regex"
> when
> $q : Query()
> $g : QueryGroup() from $q.groups
> $f : QueryFilter(name == "address", regex == true) from $g.filters
> $p : Person(address.value matches $f.value)
> then
> System.out.println("Found regex match");
> end
> I've attached an example project that reproduces the problem.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list