Re: [rules-users] DROOLS-516 - Continued Memory Leak problem Drools 6.1.0.

2014-07-25 Thread Mario Fusco
Hi, your last test case evidenced that there was something not covered by my fix of DROOLS-516. I resolved this issue with this further commit: https://github.com/droolsjbpm/drools/commit/a833097b4 Thanks a lot for having reported this and regards, Mario -- View this message in context:

[rules-users] packaging 'kjar' with kie-maven-plugin and src/test/resources directory

2014-07-25 Thread Matteo Mortari
Ciao, speaking of the kie maven plugin, can I kindly ask for a feedback about https://issues.jboss.org/browse/DROOLS-495 , please? I normally use src/test/resources directory to store test files for some Unit test. Typically by test files I mean xml files, which get un-marshaled and used for some

[rules-users] Doubt regarding split in Drools rule-flow

2014-07-25 Thread bjs
Hello everyone, I have ruleflow with a split that seggregates objects with balance less than 5000(branch1) and more than and equal to 5000(branch2) and series of rules in each of the branch. But when i run the flow for multiple objects , if an objects with balance less than 5000(branch1)

Re: [rules-users] packaging 'kjar' with kie-maven-plugin and src/test/resources directory

2014-07-25 Thread Petr Široký
Hello, I think this is a bug in the kie-maven-plugin as it does not execute the process-test-resources phase by default. I created a PR with the fix: https://github.com/droolsjbpm/drools/pull/365 You can workaround this issue by specifying the testResources phase explicitly in your pom.xml

Re: [rules-users] Are globals not permitted with queries?

2014-07-25 Thread Davide Sottara
Confirmed, the NPE is a bug.. The use case was not covered. A tentative fix is here, we'll discuss it next week https://issues.jboss.org/browse/DROOLS-564 https://github.com/sotty/drools/commit/9db38d098e67560839b36661bdf24a5f5cdae1df Davide On 07/23/2014 10:56 PM, Borris wrote: I want to pass

Re: [rules-users] Defeasible: NPE: with multiple @Defeasible

2014-07-25 Thread Davide Sottara
Fixed, in PR status. It was indeed another bug. https://github.com/sotty/drools/commit/7941a0c8d7e66c6c7719c14ca58d798337d067d8 Thanks for reporting, we really appreciate the feedback Davide On 07/23/2014 10:58 PM, Borris wrote: On 22/07/2014 22:44, Mark Proctor wrote: Stack trace shows the