[rules-users] KieScanner not working

2014-05-06 Thread Pykhtin, Alex
I'm trying to use KieScanner in 6.0.1.Final build and just can't make it work. Maybe it's actually an issue with my using of Maven. Here's my code: ReleaseId releaseId = ks.newReleaseId( "com.study", "project_jar", "0.0.1-SNAPSHOT" ); KieContainer kContainer = ks.newKieContainer(

Re: [rules-users] (Hot?) rules production deployment

2014-04-24 Thread Pykhtin, Alex
Thank you again, Steve. We need to make all kind of changes to the rules, however, small changes are more frequent than significant ones. So, every time we are deploying a new rule, there is a risk of it either not compiling or failing properly follow business logic. We can trust users wit

Re: [rules-users] (Hot?) rules production deployment

2014-04-23 Thread Pykhtin, Alex
Thank you, Steve, I looked at KnowledgeAgent and KieScanner documentation and looks like this is something that can help in hot deployment, but not so much in safe proofing. Here are some basic facts (or misconceptions) that I have gathered so far: 1. KnowledgeAgent and KieScanner are able to

[rules-users] (Hot?) rules production deployment

2014-04-23 Thread Pykhtin, Alex
Thank you, Steve, I looked at KnowledgeAgent and KieScanner documentation and looks like this is something that can help in hot deployment, but not so much in safe proofing. Here are some basic facts (or misconceptions) that I have gathered so far: 1. KnowledgeAgent and KieScanner are able to

Re: [rules-users] (Hot?) rules production deployment

2014-04-21 Thread Pykhtin, Alex
Anyone can tell if Drools supports hot deployment of rules and fact types? We are using Drools rules (No Guvnor/Workbench), and the whole cycle Development-Test-Production takes a very long time. Ideally we would like business users to add or modify rules in Production without risk of crashing