Reto,
This seems to be a conflict with similar actions in different processes
overriding each other. I'll take a look at this and try to fix it asap,
and keep you updated.
Kris
Quoting retoy <reto.lamprecht(a)allianz-suisse.ch>:
Hi Kris
Here is a small project which demonstrates a similar problem with
two
actions. Unfortunately i could not reproduce the noSuchMethodError in
this
setup yet, but i still think the behavior is not as it should be.
http://drools-java-rules-engine.46999.n3.nabble.com/file/n986527/demo.act...
demo.action.problem.zip
If both ruleflow packages have the same name and the two ruleflows
are added
in this order:
addRuleFlow(kbuilder, "demo.rf");
addRuleFlow(kbuilder, "subflow.rf");
the output is:
execute subflow...
execute subflow...
If the two flows are added in reverse order, the output is:
demo ruleflow started...
demo ruleflow started...
If one of the package names is changed, the output is what I would
expect:
demo ruleflow started...
execute subflow...
What do you think about that?
Reto
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/java-lang-NoSuchMetho...
Sent from the Drools - User mailing list archive at
Nabble.com.
_______________________________________________
rules-users mailing list
rules-users(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users
Disclaimer:
http://www.kuleuven.be/cwis/email_disclaimer.htm