[jboss-jira] [JBoss JIRA] Created: (JBRULES-1526) MVEL
Nicolas Heron (JIRA)
jira-events at lists.jboss.org
Mon Mar 24 17:59:40 EDT 2008
MVEL
-----
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
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