[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1526) MVEL org/mvel/integration/impl/LocalVariableResolverFactory

Nicolas Heron (JIRA) jira-events at lists.jboss.org
Mon Mar 24 18:03:40 EDT 2008


     [ http://jira.jboss.com/jira/browse/JBRULES-1526?page=all ]

Nicolas Heron updated JBRULES-1526:
-----------------------------------

    Attachment: DroolsRemoveRuleBug.zip

Here is a small eclipse project that add/remove rules dynamically.
It says the error with mvel

> MVEL org/mvel/integration/impl/LocalVariableResolverFactory
> -----------------------------------------------------------
>
>                 Key: JBRULES-1526
>                 URL: http://jira.jboss.com/jira/browse/JBRULES-1526
>             Project: JBoss Drools
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.5
>         Environment: Maven 2.0.8, java 5, linux Mandriva 2008.0, eclipse 3.3
>            Reporter: Nicolas Heron
>         Assigned To: Mark Proctor
>             Fix For: 4.0.6
>
>         Attachments: DroolsRemoveRuleBug.zip
>
>
> I took the latest 4.0.x version and did everything needed to build the solution
> then I import the necessary project into eclipse 3.3 and from the plug-in I start a new eclipse
> I am now in a fresh eclipse with the latest drools 4.0.x
> from there, I import the code for my loyalty system.
> and I have the following error :
> Severity and Description        Path    Resource        Location        Creation Time   Id
> org/mvel/integration/impl/LocalVariableResolverFactory  ConnecteurCaisse/src/fr/cora/moteurfidelite/drools/rules/constant       INPUT_RF_REMISECHOISIE.drl      Unknown 1206358379130   11
> and the drl content is :
> #created on: 15 nov. 2007
> package fr.cora.moteurfidelite.drools.rules.constant
> #list any import classes here.
> import fr.cora.moteurfidelite.fid.pojo.impl.TicketCaisse;
> #declare any global variables here
> rule "Start RuleFlow Remise Choisie"
>         when
>         t : TicketCaisse(  )
>         then
>                 drools.getWorkingMemory().startProcess(
>                         "remisechoisie");                      
> end
> Here in fact, each time a TicketCaisse is asserted, a rule flow is started.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list