Ok, I guess we must hire you as our QA person. :)
   Please, keep reporting and opening JIRAs. I'm working on getting as much as possible fixed.

   []s
   Edson

2008/2/19, Godmar Back <godmar@gmail.com>:
Hi,

here's a simple test for which Drools 4.0.4 w/ MVEL 1.4 loops infinitely:

----
package tests;

import java.util.Map;
import java.io.File;

dialect "mvel"

rule "Rule #1"
when
    p : Map (this["path"] matches File.separator);
then
    System.out.println("cgi path " + p.path);
end
----

It appears to be related to the use of static String variable on the
rhs of the match clause.

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



--
  Edson Tirelli
  JBoss Drools Core Development
  Office: +55 11 3529-6000
  Mobile: +55 11 9287-5646
  JBoss, a division of Red Hat @ www.jboss.com