[rules-users] Is protobuf cache actually used?

2014-07-05 Thread Federico Bertola
Hi, from what I see, the protobuf cache that the KnowledgeBuilder produce and saves as *.cache, is not currently used anywhere, right? If so, what would it be required to reload the compilation data inside the KnowledgeBuilder? There's something I'm missing or there is some piece of code

Re: [rules-users] Rules not picked when packaged inside the JAR

2014-07-05 Thread Sumit Dhaniya
Hi, I'm also trying to create beans of KieBase objects declared in my kmodule.xml file which is in a jar imported by using maven dependencies in my project but it doesn't work. Below are few methodologies I tried :- @KBase(name=defaultKieBase) @KReleaseId(artifactId=com.demo,

Re: [rules-users] Kie namespace

2014-07-05 Thread Mark Proctor
It’s in the jar: https://github.com/droolsjbpm/droolsjbpm-integration/blob/master/kie-spring/src/main/resources/org/kie/spring/kie-spring-6.0.0.xsd On 4 Jul 2014, at 22:23, Sumit Dhaniya sumitdhan...@gmail.com wrote: I'm trying to configure drools in my spring application but I'm struggling to