When you say modules - I gather you mean "include" files where a ruleset is
built up from other source files?

In Drools 3, I think mark is making such that rules in the same "ruleset"
namespace/package will all be combined together when you load them all. So
yes, in short you can break them down as much or as little as you want.

Modules as in Agenda stuff, thats called AgendaGroup as mark said.

On 2/19/06, Mark Proctor <[EMAIL PROTECTED]> wrote:
>
> Its in Drools 3.0, we call them Agenda Groups.
>
> Mark
> sol myr wrote:
> > Hi,
> >
> >   I know that some rule engines support modules (so that large
> rule-bases can be broken into several files,).
> >   Is this supported in Drools ?
> >
> >   If so, how (just a quick pointer will do, of course).
> >
> >   Thanks very much :)
> >
> >
> > fkzeljo <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I am using my own condition and java:consequence element. I get an
> > java.lang.NoSuchMethodError exception.
> > Caused by: java.lang.NoSuchMethodError:
> > org.codehaus.janino.Java$MethodInvocation. <
> >
> init>(Lorg/codehaus/janino/Location;Lorg/codehaus/janino/Java$Scope;Lorg/codehaus/janino/Java$Atom;Ljava/lang/String;[Lorg/codehaus/janino/Java$Rvalue;)V
> > at
> > org.drools.semantics.java.JavaScriptEvaluator.addDeclarations(
> JavaScriptEvaluator.java:313)
> > at org.drools.semantics.java.JavaScriptEvaluator. <
> > init>(JavaScriptEvaluator.java:138)
> >
> > I am using janino.jar from version janino-2.3.17 and
> drools-all-jdk5-2.1.jar
> >
> > By the way I am using jdk1.4.
> >
> > Could someone tell if I am using an incorrect .jar or if I am missing
> > something else.
> > --
> > View this message in context:
> http://www.nabble.com/Janino-jar-and-no-such-method-exception-when-using-java%3Aconcequences-t1132124.html#a2964273
> > Sent from the drools - user forum at Nabble.com.
> >
> >
> >
> >
> > ---------------------------------
> >  Yahoo! Mail
> >  Use Photomail to share photos without annoying attachments.
> >
>
>

Reply via email to