[
http://jira.jboss.com/jira/browse/JBRULES-1526?page=comments#action_12405060 ]
Nicolas Heron commented on JBRULES-1526:
----------------------------------------
Hello,
for revision 19262, the mvel.jar is now correctly included in the manifest.
I have another error :
Severity and Description Path Resource Location Creation Time Id
The method getSharedCount() is undefined for the type
AccumulateNode drools-eclipse-plugin/src/main/java/org/drools/reteoo AccumulateNodeVertex.java line
33 1206617011285 62390
The method getSharedCount() is undefined for the type
CollectNode drools-eclipse-plugin/src/main/java/org/drools/reteoo CollectNodeVertex.java line
33 1206616978267 60800
The method getSharedCount() is undefined for the type
ExistsNode drools-eclipse-plugin/src/main/java/org/drools/reteoo ExistsNodeVertex.java line
33 1206616978255 60799
The method getSharedCount() is undefined for the type
FromNode drools-eclipse-plugin/src/main/java/org/drools/reteoo FromNodeVertex.java line
33 1206616978250 60798
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