[rules-users] Rules that cumulate on consequence

2011-11-23 Thread lansyj
hi folks We are working on a requirement that requires us to have multiple rules that could fire for a given input and for all the rules that fire, we would want to cumulate the consequence to reach the final consequence. As an example, if we want to identify the credit score for a person,

Re: [rules-users] Rules that cumulate on consequence

2011-11-23 Thread lansyj
Thanks a billion mantis! We do think this would work; let me try it and confirm. -- View this message in context: http://drools.46999.n3.nabble.com/Rules-that-cumulate-on-consequence-tp3530214p3530252.html Sent from the Drools: User forum mailing list archive at Nabble.com.

Re: [rules-users] String length check

2011-11-13 Thread lansyj
@Davide, I'm using the guided editor and I am putting the value as 8 But the generated source shows 8. Not sure of this is a defect in Drools or something that I'm doing incorrectly. -- View this message in context: http://drools.46999.n3.nabble.com/String-length-check-tp3502269p3506079.html

[rules-users] Using Enumeration for long lists

2011-07-05 Thread lansyj
Hi, We are planning to use Drools for a Blacklist validation logic which requires us to manage very long list (could be tens of thousands of IDs). Can we use the native Drools enumeration for this? Would this be an optimal implementation? The other option we were thinking of was to have a list

[rules-users] Retrieving Enumerated List from Drools

2011-07-05 Thread lansyj
Hi, We have a custom CMS which we use to manage content like banner images, and other personalization content. We would be using Drools to define user segments and would be associating a unique code and short name to it - code for the system and short name for the business users. Now, is

Re: [rules-users] Using Enumeration for long lists

2011-07-05 Thread lansyj
Hi, I understand Drools does support enumerated lists of values for checking conditions and assigning consequences. Am i mistaken? The ID would be a numeric value of 8 or 12 bytes in length. The Blacklist validation would be just the basic full word match. Best Regards -lj -- View this

Re: [rules-users] Retrieving Enumerated List from Drools

2011-07-05 Thread lansyj
Hi, Sorry for the minimal information. We have a B2C application which is basically into eCommerce. You can consider it another amazon or ebay. And one thing we do today in a very crude way is personalize the appearance and content (ie., products, pricing of products, banner images, etc) based