[rules-users] drools parser loops infinitely.

Edson Tirelli tirelli at post.com
Tue Feb 19 15:13:28 EST 2008


   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 at 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/rules-users/attachments/20080219/a73ceee9/attachment.html 


More information about the rules-users mailing list