On 17/12/2010 10:53, Kumar, Ravendra wrote:
Hi Guys,
I am trying to find out more information about rulebase configuration
options written in "drools.default.rulebase.conf"
Do any of you guys know any blog or material written on these options,
If someone has written any blog on these options, and could I know the
location, it will a great help.
You should be using hte
KnowledgeBaseConfiguration, rulebase is the old
terminology:
http://hudson.jboss.org/hudson/job/drools/lastSuccessfulBuild/artifact/tr...
The javadocs show the available options. Tbh the only one that an end
user should be using really is the mbeans optionand possibly the
sequential option. Everything else is way too low level.
> Thanks,
> Rav.
>
> -----Original Message-----
> From: rules-users-bounces(a)lists.jboss.org
> [mailto:rules-users-bounces@lists.jboss.org] On Behalf Of
> rules-users-request(a)lists.jboss.org
> Sent: 17 December 2010 08:57
> To: rules-users(a)lists.jboss.org
> Subject: rules-users Digest, Vol 49, Issue 44
>
> Send rules-users mailing list submissions to
> rules-users(a)lists.jboss.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>
https://lists.jboss.org/mailman/listinfo/rules-users
> or, via email, send a message with subject or body 'help' to
> rules-users-request(a)lists.jboss.org
>
> You can reach the person managing the list at
> rules-users-owner(a)lists.jboss.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of rules-users digest..."
>
>
> Today's Topics:
>
> 1. Re: "Negative" Rules (Ansgar Konermann)
> 2. Re: Using GlobalArea in Guvnor (Jervis Liu)
> 3. Re: Guvnor with JBoss AS on Ubuntu (alim)
> 4. Re: Deploying Guvnor 5.1 on Glassfish v3 (alim)
> 5. DroolsFlow 5.1.1 ForEach + XOR/OR Gateway = Impossible?
> (Dirk Hermanns)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 17 Dec 2010 00:34:11 +0100
> From: Ansgar Konermann<ansgar.konermann(a)googlemail.com>
> Subject: Re: [rules-users] "Negative" Rules
> To: rules-users(a)lists.jboss.org
> Message-ID:<4D0AA1F3.20307@googlemail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On 15.12.2010 10:01, Diego San Esteban wrote:
>> Greetings,
>>
>> How is itpossible to implement a "rollback"in theKB?
>>
>> Suppose that when retracting a fact,I want toundo the changes
> made.
>>
> A very simple, yet effective solution would be to exclusively use
> insertLogical(). No updates to facts which are already asserted, no
> normal "insert".
>
> Best regards
>
> Ansgar
>