[rules-users] Router Layout : what's that ??

2007-09-10 Thread vdelbart
In the Ruleflow editor, there is a Router Layout properties, what is it ? I searched in the documentation but I didn't find anything... There are three possibility : - Shortest Path - Manual - Manhatten Best regards, Vdelbart -- View this message in context:

Re: [rules-users] Router Layout : what's that ??

2007-09-10 Thread Kris Verlaenen
This is a way to tweak how connections are shown in your ruleflow: - manual always draws your connections as lines going straight from their start to end point (with the possibility to use intermediate break points) - shortest path is similar, but it tries to go around any obstacles is might

[rules-users] Action and Milestone buttons

2007-09-10 Thread vdelbart
thanks, i have the same question with Action and Milestone buttons. Are they work ? regards, vdelbart -- View this message in context: http://www.nabble.com/Router-Layout-%3A-what%27s-thattf4414120.html#a12592479 Sent from the drools - user mailing list archive at Nabble.com.

[rules-users] org.drools.base.accumulators.CountAccumulateFunction error with Drools BRMS 4.0.1

2007-09-10 Thread pentarious
Hi, I'm using Drools BRMS 4.0.1 and when I try to build a package including some rules using an accumulate construct, I get the following error: org.drools.base.accumulators.CountAccumulateFunction (This message is shown in an alert). This is a simple rule (Technical DRL rule) to reproduce the

[rules-users] Ruleflow and persistence

2007-09-10 Thread vdelbart
Hello, I have a problem with this ruleflow : http://www.nabble.com/file/p12593732/ruleflow.jpg This two rules package doesn't work in the same way : First package : #created on: 29 août 2007 package reductionExample1 import model.* rule global rule ruleflow-group WorldReduction

Re: [rules-users] Ruleflow and persistence

2007-09-10 Thread Kris Verlaenen
The expected behavior is actually the second one, did you really get those results when executing the first set? The reason is that you should notify the engine if you change a product (so it can re-evaluate). Otherwise, it will never know that the product has changed price and will still use

RE: [rules-users] Ruleflow and persistence

2007-09-10 Thread DELBART Vincent
I have really those results in the first set (I put a project in the forum) If I put an update I loop... With a no-loop it seems work... But I have the same result without my ruleflow. vdelbart -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Kris

Re: [rules-users] Still can't create a standalone application

2007-09-10 Thread MarkA
Okay, it's working now. The following zip file has everything in it except for the Drools jars - the txt file in the lib directory tells you which ones to put in there - it was too big to include them. http://www.nabble.com/file/p12595148/Basic%2BDrools.zip Basic+Drools.zip I had a few

Re: [rules-users] Ruleflow and persistence

2007-09-10 Thread Kris Verlaenen
You should be using the update($p) to notify the change of the Product to the engine and no-loop to prevent looping in this case. And doing that, everything seems to work correctly (in both cases)? I will take a look at why your initial results were different, basically the $price variable

[rules-users] java.lang.ClassCastException error

2007-09-10 Thread kissro
I have created a .drl file that contains the following rule: rule Underwriting Rule 1 dialect mvel when p : Policy( premium 50.00 ) then p.setStatus( 32 ); end The code below processes the rule: public void main(Policy inputPolicy) throws Exception

[rules-users] problems with BRMS

2007-09-10 Thread Isabelle Hupont
Hi! I'm running insurance example in the BRMS web interface with Tomcat, and it works well. But when I try to create my own new rules or DSL language and save them, I have a java.lang.ClassNotFoundException: org.drools.brms.client.rpc.RuleAsset. Is it a bug? Is there any problem using Tomcat? --

Re: [rules-users] problems with BRMS

2007-09-10 Thread Mark Proctor
it's a bug and we are trying to narrow it down. Mark Isabelle Hupont wrote: Hi! I'm running insurance example in the BRMS web interface with Tomcat, and it works well. But when I try to create my own new rules or DSL language and save them, I have a java.lang.ClassNotFoundException: