Re: [rules-users] KnowledgeAgent Issue

2011-04-05 Thread Esteban Aliverti
I have created the following issue to keep track of this problem: https://issues.jboss.org/browse/JBRULES-2940 I have also made some fixes, so It would be great if you could test them. Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com

Re: [rules-users] KnowledgeAgent Issue

2011-03-21 Thread Steven Williams
I'm not sure whether they were added or not. I noticed the rules weren't running when I expected them to though, so perhaps not. I have worked around it by putting all my rules in the same package - luckily I only had about 30 different rule files, but it is a less than ideal solution. Once I have

Re: [rules-users] KnowledgeAgent Issue

2011-03-21 Thread Esteban Aliverti
Someone mentioned me the problem some time ago. I have a fix for it in my local repo, butI was waiting for the trunk to be stable to test it. The problem is that under certain circumstances, the kagent is reusing the same kbuilder to compile all the resources present in a change-set (the modificati

[rules-users] KnowledgeAgent Issue

2011-03-21 Thread Steven Williams
Hi all, I am trying to use a Knowledge Agent in 5.1.1 with a change set with a few different packages and resource types in it, and I am running into a problem where it is not adding all the packages. Looking at the code I can see that KnowledegeAgentImpl.createPackageFromResource has the followin