Re: [rules-users] add guvnor-webapp-core as a dependency to project

2013-03-05 Thread Toni Rikkola
I doubt there are any docs for this yet :) Unfortunately at this point you need to check where the modules you need are yourself. Just search for the class in guvnor repository that implements the interface, they should be all there. I would also like to warn you that the module structure in

Re: [rules-users] deadlock

2013-03-05 Thread Mark Proctor
Can you please try the snapshots marked as 5.5.1 (which is actually for the 5.6 release) and let us know if you still have problems: http://snapshots.jboss.org/maven2/org/drools/drools-core/ We will also need some sort of test case to reproduce the issue. Mark On 5 Mar 2013, at 04:12, Smita S.

Re: [rules-users] add guvnor-webapp-core as a dependency to project

2013-03-05 Thread kooper
Thank you. -- View this message in context: http://drools.46999.n3.nabble.com/add-guvnor-webapp-core-as-a-dependency-to-project-tp4022632p4022687.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users mailing list

[rules-users] Potential memory leak in package analysis tool in Guvnor 5.3

2013-03-05 Thread Chris Selwyn
I have recently been looking at upgrading our installation from 5.1 to 5.3 (latest supported by RedHat). As part of this I noticed the Package Analysis tool so I started experimenting with it. All that happens is that I get an exceptio message in the JBoss AS server.log file and an apparent

Re: [rules-users] Guvnor Authentication

2013-03-05 Thread Jervis Liu
rjr201 wrote: Hi, I'm still struggling to get authentication to work with Guvnor 5.5 on JBoss 7. Can anyone confirm that the fix described here is still necessary/correct with Guvnor 5.5? http://drools.46999.n3.nabble.com/How-configure-Guvnor-5-4-JAAS-with-jboss-7-0-2-td4020424.html

Re: [rules-users] Guvnor Authentication

2013-03-05 Thread rjr201
Thanks for your reply. I'll take a look at that. Do you know when 5.6 will be released? -- View this message in context: http://drools.46999.n3.nabble.com/Guvnor-Authentication-tp4022675p4022691.html Sent from the Drools: User forum mailing list archive at Nabble.com.

[rules-users] Is it possible to compare the hashmap values in Drools Spreadsheet

2013-03-05 Thread kareemsk7
Hi.. i have a code which should compare the two column values through hashmap in drools spreadsheet. when i parsed the code from spreadsheet to .drl file, there is '/' is appending to code. Please have a look on the attached document and help me in solving the issue. Drools_SpreadsheetIssue.docx

Re: [rules-users] Is it possible to compare the hashmap values in Drools Spreadsheet

2013-03-05 Thread Michael Anstis
Hello, This is by design, see https://github.com/droolsjbpm/drools/blob/master/drools-decisiontables/src/main/java/org/drools/decisiontable/parser/ActionType.java#L179 If a cell value contains some textquotation marksome textquotation markmore text the quotation marks are assume to be part of

Re: [rules-users] Is it possible to compare the hashmap values in Drools Spreadsheet

2013-03-05 Thread kareemsk7
http://drools.46999.n3.nabble.com/file/n4022694/sheet.png The code which you shared is to create xl-sheet using java code. but in my scenario, rules will be set directly in Xl-sheet. I will share my xl-sheet for your reference. i am comparing values dynamically from hashmap through bean. --

Re: [rules-users] Is it possible to compare the hashmap values in Drools Spreadsheet

2013-03-05 Thread kareemsk7
http://drools.46999.n3.nabble.com/file/n4022695/java_code2.png http://drools.46999.n3.nabble.com/file/n4022695/java_code.png i am sharing my java code as well for your reference. -- View this message in context:

[rules-users] Change in eval mvel syntax from 5.1 to 5.3

2013-03-05 Thread Chris Selwyn
I have been using 5.1 for some time and am looking to upgrade. I have found that, where in 5.1, I used to be able to write $jd: JobDetails( eval ( $t = [MTSURVEY, MTINSTALL, MTEXCHANGE, MTMAINT]; !($t contains getJobType(businessArea, templateJobId) )) ) However, in 5.3.1 this now

Re: [rules-users] Is it possible to compare the hashmap values in Drools Spreadsheet

2013-03-05 Thread Michael Anstis
The code I linked is within them drools-decisiontable module; it was for your information. Add EscapeQuotes false to the RuleSet properties and your XLS should translate to the DRL you expect. On 5 March 2013 14:43, kareemsk7 shaikabdul.kar...@igate.com wrote:

Re: [rules-users] Decision tables - maintenance workflow - best practices

2013-03-05 Thread jalex
I am planning to load the decision tables into a KnowledgeBase and cache it in Infinispan so that it can be accessed by all app instances. Since the rules dont change frequently, the loader script can be run whenever there is an update. This makes the XLS files stay along with the loader and not

[rules-users] drools linkage errors

2013-03-05 Thread mani koduri
Hi, Initially I am using jboss-drool 5.0.1 version in our project and I updated to jboss-drools 5.4.0 version in our project but I am getting linkage errors as mentioned below. *java.lang.LinkageError: loader (instance of org/drools/rule/JavaDialectRuntimeData$PackageClassLoader): attempted*

[rules-users] Concurrent stateful knowledge session

2013-03-05 Thread ismaximum
Hi I have one question and one problem. The question is, is multiple instances of stateful session, thread safe? The problem is, we have a bunch of test cases. Each test class extends from an abstract class in which drools session will be created. Previously we had stateless session so therefore

[rules-users] Fw: Fw: constraints lacking and in excess

2013-03-05 Thread Michiel Vermandel
Anyone having an idea? Thanks Michiel   - http://www.codessentials.com - Your essential software, for free! Follow us at http://twitter.com/#!/Codessentials - Forwarded Message - From: Michiel Vermandel mverm...@yahoo.com To: Rules lists.jboss.org

[rules-users] Invitation to use Google Talk

2013-03-05 Thread Google Talk
--- You've been invited by Charles Moulliard to use Google Talk. If you already have a Google account, login to Gmail and accept this chat invitation:

Re: [rules-users] Concurrent stateful knowledge session

2013-03-05 Thread Wolfgang Laun
See below. On 06/03/2013, ismaximum mnr...@gmail.com wrote: Hi I have one question and one problem. The question is, is multiple instances of stateful session, thread safe? The problem is, we have a bunch of test cases. Each test class extends from an abstract class in which drools session