we have unit tests that say otherwise:
https://github.com/sotty/drools/blob/master/drools-compiler/src/test/java/org/drools/compiler/integrationtests/IncrementalCompilationTest.java

You’ll need to provide more information, or better still copy one of those unit 
tests to try and create a failed assertion that shows any issues.

Mark
On 11 Dec 2013, at 18:20, wtang <wt...@kana.com> wrote:

> Hi just tried a simple example in which I loop and then I change the rule but
> I did not see my changes taking place.  Please advice.
> 
> while(true) {
>                       Thread.sleep(100);
>                   Message message = new Message();
>                   message.setMessage("Hello World");
>                   message.setStatus(Message.HELLO);
>                   kSession.insert(message);
>                   kSession.fireAllRules();
>               }
> 
> // I change hello world rule while this loop is running but did not see my
> changes getting pick up.
> 
> 
> 
> --
> View this message in context: 
> http://drools.46999.n3.nabble.com/Drools-6-support-for-changeset-tp4027138p4027225.html
> Sent from the Drools: User forum mailing list archive at Nabble.com.
> _______________________________________________
> rules-users mailing list
> rules-users@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/rules-users


_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to