2 Replies Latest reply on Sep 2, 2008 10:10 AM by mvlach

    Drools: how to reload the rules ?

    mvlach

      Hi,


      I'am using Seam 2.0.3 and Drools. Drools seems fine but i don't know, how to do the rules reloading after change.


      Without is this unusable for me, because I can't to restart Jboss every I changed the Drools code.


      Thanks for help.


      Mila

        • 1. Re: Drools: how to reload the rules ?
          stefanotravelli

          You can deploy your rules in a BRMS instance and configure a RuleAgent in Seam.

          • 2. Re: Drools: how to reload the rules ?
            mvlach

            Hi,


            at first, help you. But I have some questions.


            In Seam doc is written:



            he RuleAgent can connect to a Drools rule server (BRMS) or hot deploy rules packages from a local file repository.

            What mean the local file reposiry. Need I the deployed package in JBoss (BRMS), or the drl files could be in filesystem ?


            I'm trying to find some doc about drools:rule-agent, but nothings found (a mean the attributes).


            Thanks Mila