[rules-users] how to deploy rules

2014-03-24 Thread sravan k
Hi I am new to drools ,in current company we are using drools 5.0 .When ever we are creating a new rule or enabling or disabling a rule we are restarting the tomcat .is there any way for dynamic deployment ?? Kindly please suggest ---Regards,Sravan. ___

[rules-users] User Security with guvnor 5.4 and Tomcat 6.0.36

2014-03-24 Thread thecaptn
Hi, I have searched extensively for any answers, but have obviously not been looking in the right places. Tomcat is my app server: it should define the users. This is no problem: since it is a small application we want to define our users in tomcat-users.xml, using the UserDatabaseRealm (in prefe

Re: [rules-users] Spring 4.0 & Drools 6.0.1 Integration issue

2014-03-24 Thread kmansoor
Hi Alan- I am not able to reproduce the issue anymore. It 'just' is working fine. No problems at all. We recently did install a lot of long due ubuntu updates though. Really sorry for this. .K Date: Fri, 21 Mar 2014 17:13:29 -0700 From: ml-node+s46999n4028919...@n3.nabble.com To: kmans...@hot

Re: [rules-users] Spring 4.0 & Drools 6.0.1 Integration issue

2014-03-24 Thread kmansoor
Hi Alan- I am not able to reproduce the issue anymore. It 'just' is working fine. No problems at all. We recently did install a lot of long due ubuntu updates though. Really sorry for this. .K Date: Mon, 24 Mar 2014 04:56:22 -0700 From: ml-node+s46999n4028928...@n3.nabble.com To: kmans...@hotm

Re: [rules-users] Simplified view for business users

2014-03-24 Thread Vikas Verma
I am using both. And they work great. But so far I have been updating the guided decision table using the "admin" role. When I create a user in JBoss with "user" privileges, it wont allow me to even login to Drools workbench. I know guvnor had a different user management approach. But Drools wor

Re: [rules-users] Simplified view for business users

2014-03-24 Thread Michael Anstis
Use of Drools Workbench and KieScanner would provide a solution. On 24 March 2014 18:36, vvicky72 wrote: > I have to expose a guided decision table to some non technical users. Is > there a different view that they can use to modify/add/delete rows in a > guided decision table and do a "hot dep

[rules-users] Simplified view for business users

2014-03-24 Thread vvicky72
I have to expose a guided decision table to some non technical users. Is there a different view that they can use to modify/add/delete rows in a guided decision table and do a "hot deploy"? Using Jboss AS7. Thanks, Vikas. -- View this message in context: http://drools.46999.n3.nabble.com/Simp

[rules-users] [MVEL BUG] MVEL Parsing error

2014-03-24 Thread alexandrebhr
Hi, I found a MVEL bug : When I want to compile a specific expression with MVEL, a NullPointerException is thrown. Test Case (Java Language) : String expression = "5 + 1/10 * (VAR - 5)"; MVEL.compileExpression(expression); When I launch this test, I get an error : java.lang.NullPointerEx

Re: [rules-users] Getting started

2014-03-24 Thread rjr201
Hi, I'm sure what you're trying to do in your example, but there is a simple working example using drools 6 here: https://github.com/droolsjbpm/drools/tree/master/drools-examples-api/default-kiesession I took this as a starting point and adapted it to meet my requirements. -- View this mess

Re: [rules-users] Getting started

2014-03-24 Thread vvicky72
Can someone please help out ? -- View this message in context: http://drools.46999.n3.nabble.com/Getting-started-tp4028926p4028935.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists

Re: [rules-users] KnowledgeAgentImpl memory leak (5.5.0.Final)

2014-03-24 Thread alineasol
First of all thank you very much for your help We have downloaded drools-5.5.x source code and tried your patch and we have noticed: - When our resources (guvnor) are not accessible KnowledgeAgent does not rebuild kbase - When our resources (guvnor) are accessible and we made some change then

Re: [rules-users] KnowledgeAgentImpl memory leak (5.5.0.Final)

2014-03-24 Thread alineasol
First of all thank you very much for your helpWe have downloaded drools-5.5.x source code and tried your patch and we have noticed:- When our resources (guvnor) are not accessible KnowledgeAgent does not rebuild kbase- When our resources (guvnor) are accessible and we made some change then Knowledg

[rules-users] Embedded sub-process in drools rule flow

2014-03-24 Thread Sanjay Mj
Hi all, Can anyone please tell me whether it is possible to design nested blocks in rule flow. I know that using sub-process, we can embed different rule tasks, but my rule flow file is getting bulkier by the day and I wanted to know if i can have a few rules in a sub-process, but the rule tasks ex

Re: [rules-users] DSL sentence with multiple variables is defect

2014-03-24 Thread Kai Jemella
The issue is solved with build kie-wb 2014-03-22 from https://hudson.jboss.org/hudson/view/JBoss%20AS/job/kie-wb-distributions/1248/. The previous build kie-wb 2014-03-15 had the error. Thank you very much for fixing, direct or indirect :-). Kai. 2014-03-14 16:51 GMT+01:00 Kai Jemella : > My

Re: [rules-users] Spring 4.0 & Drools 6.0.1 Integration issue

2014-03-24 Thread alanvarghese
I debugged the issue. Hi The problem is that it fails when you have the sessions and modules defined in a jar. The path to the pom.properties in the jar file is: META-INF\maven\com.verisk.sws.csp\cepCSP Also I have the issue with webpshere. This treats jars as wsjar There is no condition in the k