Re: [rules-users] Drools Planner : multiple planning entities

2012-04-10 Thread TEddahabi
I have choosen the SolutionInitializer way, and am trying to make it work. However I still have two questions that will need some help from you : 1 - A variable of a planning entity class can be itself a planning entity ? I take actually the cloudBalancing for example : It's possible to make

[rules-users] Guvnor Uploads without Eclipse

2012-04-10 Thread Amin Mohammed-Coleman
Hi I am currently looking at building a custom maven task that uploads BPMN definitions from a project to a remote Guvnor installation. I was looking at the current Eclipse Guvnor plugin and noticed lots of code around Eclipse (which makes sense :)) . I was wondering whether there was any

Re: [rules-users] Using accumulate function-Performace Issues

2012-04-10 Thread sanal
Hi , I have used the modify function. It works, but its time consuming.Since the fact gets modified at RHS ,the rule engine reprocess the same.But the time taken for execution is more. If any body have better idea please help. Regards Sanal.P /*#From row number: 21*/ rule Package

[rules-users] Drools assertBehaviour IDENTITY vs EQUALITY

2012-04-10 Thread gboro54
I am wondering how drools identifies what the IDENTITY of an object is for insertion? Additionally are there any known performance differences between one and the other? -- View this message in context:

[rules-users] Using Decision Tables as Lookup Tables

2012-04-10 Thread Davout
Hello, I'm trying to figure out how I can use a Decision Table as a lookup table. I did come across http://drools.46999.n3.nabble.com/Rules-with-Lookup-Tables-td56996.html however, it asking about using a database. Typical Senario: Where [value from lookup table] is the value retrieved from the

Re: [rules-users] Using accumulate function-Performace Issues

2012-04-10 Thread Wolfgang Laun
Your posts use several terms others aren't familiar with. It's difficult to imagine the data model behind this rule snippet, and that's why you don't receive any answers. -W On 10/04/2012, sanal sana...@icthealth.com wrote: Hi , I have used the modify function. It works, but its time

Re: [rules-users] Drools assertBehaviour IDENTITY vs EQUALITY

2012-04-10 Thread Wolfgang Laun
On 10/04/2012, gboro54 gbor...@gmail.com wrote: I am wondering how drools identifies what the IDENTITY of an object is for insertion? java.util.IdentityHashMap java.lang.System.identityHashCode(.) Additionally are there any known performance differences between one and the other? Don't

Re: [rules-users] Using Decision Tables as Lookup Tables

2012-04-10 Thread Michael Anstis
Hmmm... the only way I can see this is possible (i.e. with the use of accumulate) is to use transient facts:- *This can be set-up with a decision table quite easily (and ValuedRegion can be a declarative type that extends Region adding the value field) * rule setup ValuedRegions - using a

Re: [rules-users] Using Decision Tables as Lookup Tables

2012-04-10 Thread Wolfgang Laun
Be advised that the approach you are intending has a dangerous blind spot you should guard against. What if Calculate Value doesn't provide a match for a company/region combination? You'll need an additional rule detecting the missing ones. A lookup table F( x, y ) can also be implemented by

Re: [rules-users] Using Decision Tables as Lookup Tables

2012-04-10 Thread Davout
Thanks guys. I'll give it a shot. -- View this message in context: http://drools.46999.n3.nabble.com/Using-Decision-Tables-as-Lookup-Tables-tp3899689p3900129.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-users

Re: [rules-users] [Drools Planner] Proof-of-Concept Stock-planning System

2012-04-10 Thread Reinis
Thank you for all the tips. In the mean time I was able to locate the source of serious performance killer. These 3 rules: http://nopaste.info/3f89c43eee_nl.html I tried to reorganize and re-optimize them at least 10 times to no avail. I'd appreciate, if anyone could suggest me how to change

Re: [rules-users] debug

2012-04-10 Thread grandjean
Hello I just downloaded the eclipse helios 3.6.2 (instead of 3.7.2) installed the drools plugin corresponding to this eclipse version (add new software in local) and the debug mode works fine now. maybe a pb of version? too recent? bruno grandjean -- View this message in context:

[rules-users] https://issues.jboss.org/browse/GUVNOR-579

2012-04-10 Thread Sean Su
I see this case has been marked as resolved but without any comment. I am about to start a new project based on fusion but I need a UI such as guvnor. How are we supporting fusion in Guvnor? I could find reference documents on this topic. Does anyone have experience here? Thanks Sean Sent

Re: [rules-users] https://issues.jboss.org/browse/GUVNOR-579

2012-04-10 Thread Michael Anstis
Yes CEP is supported in Guvnor. See the Release Notes for 5.2 herehttps://hudson.jboss.org/hudson/job/droolsjbpm-knowledge/lastSuccessfulBuild/artifact/droolsjbpm-introduction-docs/target/docbook/publish/en-US/html_single/index.html#d0e2019 . There is also a blog post

Re: [rules-users] https://issues.jboss.org/browse/GUVNOR-579

2012-04-10 Thread Sean Su
Thanks. I will check that out. Sean Sent from my iPad On Apr 10, 2012, at 4:07 PM, Michael Anstis michael.ans...@gmail.com wrote: Yes CEP is supported in Guvnor. See the Release Notes for 5.2 here. There is also a blog post here. On 10 April 2012 20:55, Sean Su sean.x...@gmail.com

Re: [rules-users] maven drools compiler (plugin)

2012-04-10 Thread Ansgar Konermann
Am 06.04.2012 15:35, schrieb Sean Su: Ansgar, I tried the plugin yesterday before sending the email to the list but did not succeed. The problem, I believe, is the repository specification inside my pom. Could you send it over so that I can be sure? Hi Sean, could you paste the respective

[rules-users] drools process flow not firing all rule flow group

2012-04-10 Thread ravendra.gupta
I have segregated my rules in two ruleflow-groups 1. mandatoryRulesGroup and 2. businessRulesGroup, and I want to use them in same given order. details is below --- 1. #business rule: 09 rule Earth Station