Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9195893
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T21:43:46+00:00 2026-06-17T21:43:46+00:00

How does update function works in drools? Does it cause the same rules fire

  • 0

How does update function works in drools? Does it cause the same rules fire again automatically?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T21:43:47+00:00Added an answer on June 17, 2026 at 9:43 pm

    I think you need to read the manual: http://docs.jboss.org/drools/release/5.4.0.Final/drools-expert-docs/html_single/

    Using update makes the rules engine aware that a fact has been modified. Therefore rules which depend upon that fact must be re-evaluated. This does have the effect that a rule may fire in an endless cycle. For instance, given the following DRL, you will see that the “Infinite loop” rule will activate continuously:

    declare AreWeThereYet
        answer : boolean
    end
    
    rule "Are we there yet?"
    when
        not AreWeThereYet()
    then
        insert(new AreWeThereYet());
    end
    
    rule "Infinite loop"
        no-loop
    when
        $question: AreWeThereYet()
    then
        $question.setAnswer(false);
        update($question);
    end
    

    This is because the rules engine has been instructed by update($question), that $question has changed and that it needs to re-evaluate it.

    There are ways of preventing this though. Just put no-loop on the line between the rule name and when to prevent rules from re-activating as a result of their own consequences. Another rule attribute which can control this is lock-on-active.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a function that does a long task and I want to update
The following codes works without jquery. I insert data but it does not update
Update : This works in firefox, but does not work on chrome 6, still
My code does not update the thread field. It is null. Anyone have any
It looks like Django does not update last_login field in auth_user model when a
So I asked does https://stackoverflow.com/questions/11144014/does-mysql-update-add-a-row-if-it-doesnt-exist and I was told that I'm using columns incorrectly.
Could someone tell me why this code does not update the data response? It's
Update: This does work, I was being stupid :( i have the following extension
My ascx control inside a container update panel does a full page refresh when
I'm trying to write an after update trigger that does a batch update on

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.