[rules-users] drools parser loops infinitely.

Edson Tirelli tirelli at post.com
Tue Feb 19 16:36:11 EST 2008


   No, mailing list is good for initial assessment and talkings, but JIRAs
are the place for tickets... if it is not in JIRA it may be forgotten.

   Regarding tickets, you are welcome to help knocking them out if you want
to... :) just pop up in the IRC and we can get you up to speed.

   []s
   Edson

2008/2/19, Godmar Back <godmar at gmail.com>:
>
> That would be good. I was a bit concerned about Mark's comment
> implying that you deal with the mailing list first, then with JIRAs.
>
> I'm finding 4.0.4 very difficult to work with, I'm practically
> encountering parsing/dialect issues constantly, making it very
> difficult to achieve my actual goal.
>
> - Godmar
>
> On Feb 19, 2008 3:13 PM, Edson Tirelli <tirelli at post.com> wrote:
> >
> >    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
> > _______________________________________________
> > rules-users mailing list
> > rules-users at lists.jboss.org
> > https://lists.jboss.org/mailman/listinfo/rules-users
> >
> >
> _______________________________________________
> 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/2cdc624b/attachment.html 


More information about the rules-users mailing list