[rules-users] Drools desciion tbale - obecjt intialisation

2013-08-14 Thread captainrhino
The following descision table is being used to initialise some question object before fire all our rules. Its creating the following rules butI only want a new question created for each row with the ability to split the data across mult

[rules-users] Multiple user on same rule server

2013-08-14 Thread Chaturvedi Dewashish
Hi, I have a set up of rule server as 1. Drools-guvnor is being hosted on jBoss-as-7.1.1 2. Rule checker uses this location for rule and validates accordingly. Now I want to use the same rule server for different user with different rule checker as rule server set up is heavy. So I want some sort

Re: [rules-users] Drools desciion tbale - obecjt intialisation

2013-08-14 Thread Wolfgang Laun
Try multiple actions. The first has insert(new Question($param, the next two have "$param", and the last has $param)); Not tested. (Linebreaks should not cause a problem, but there have been vaguely similar problems.) -W On 14/08/2013, captainrhino wrote: > The following descision tabl

Re: [rules-users] Drools desciion tbale - obecjt intialisation

2013-08-14 Thread captainrhino
thankyou much appreciated. -- View this message in context: http://drools.46999.n3.nabble.com/Rules-USers-Drools-desciion-tbale-obecjt-intialisation-tp4025538p4025541.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rules-

Re: [rules-users] Is my use case suuported in Drools?

2013-08-14 Thread Elran Dvir
Srini, Thank you very much. -Original Message- From: rules-users-boun...@lists.jboss.org [mailto:rules-users-boun...@lists.jboss.org] On Behalf Of VGore Sent: Tuesday, August 13, 2013 2:12 PM To: rules-users@lists.jboss.org Subject: Re: [rules-users] Is my use case suuported in Drools?

[rules-users] Dublin : JBoss BRMS (Drools) event Wed 28th August

2013-08-14 Thread Mark Proctor
http://blog.athico.com/2013/08/dublin-jboss-brms-drools-event-wed-28th.html --- Dublin : JBoss BRMS (Drools) event Wed 28th August Posted by Mark Proctor Making an updated post. Thanks to Sabeo and IrishDev I'll be doing two presentations now, one in the morning, and one in the evening. Both event

[rules-users] Drools 5.5 Percentage rules

2013-08-14 Thread gboro54
I am trying to craft rules which deal with percentage of 2 numbers(some percentages are like .1%). A rule like the following I can't get to fire for bigger numbers. Any thoughts on this would be great! rule 'Added through MPID < 0.1% TCV' when billableItem:BillableItem(code in ("A","7","8"),

Re: [rules-users] Drools 5.5 Percentage rules

2013-08-14 Thread Wolfgang Laun
What do you mean by "for bigger numbers"? -W On 14 August 2013 18:56, gboro54 wrote: > I am trying to craft rules which deal with percentage of 2 numbers(some > percentages are like .1%). A rule like the following I can't get to fire > for bigger numbers. Any thoughts on this would be great! > >

Re: [rules-users] Drools 5.5 Percentage rules

2013-08-14 Thread gboro54
I am not even sure(I had an issue with integer division vs float thus my original issue so not sure why I typed for bigger numbers). Additionally it helps if I that my boundaries are correct(i.e I had a rule that looked for less then 1.5 and a rule that looked for a value greater then 1.6 so where

[rules-users] Using Drools Fusion to compute overlaps of many intervals

2013-08-14 Thread Raphael Jolivet
Hi Drools guys. I just asked the following question on StackOverlow . Could you please help : I am already using Drools to do some *preprocessing of an allocation problem * (resources vs operati

Re: [rules-users] Duplicating template capability in decision table?

2013-08-14 Thread Michael Anstis
If you click on the grey horizontal splitter on the decision table header you should see the template key names. Sent on the move On 13 Aug 2013 20:54, "dunnlow" wrote: > My long lived templates have stopped working (I click the Load Template > Data > button and nothing happens) -- I have seen t

Re: [rules-users] Using Drools Fusion to compute overlaps of many intervals

2013-08-14 Thread Wolfgang Laun
See inline. On 14/08/2013, Raphael Jolivet wrote: > Hi Drools guys. > > I just asked the following question on > StackOverlow > . > Could you please help : > > I am already using Drools to do so