Re: [rules-users] Rules for generating calendar events

2012-01-14 Thread Wolfgang Laun
There is one sentence that lets me ask whether you understand the workings of a rule based system: ...the rules that generate the events The essential idea of a RBS is the *selection* of data (facts) based on its attributes by conditions being evaluated over combinations of data items. Then,

Re: [rules-users] Insert and Retract from drools server in one call?

2012-01-14 Thread Wolfgang Laun
Perhaps this is the answer: Just add a rule that retracts the initial fact(s). Your description confuses me. At one point you use the plural, then the singular. What does initial mean in your parlance? Session-initial or client-request-initial? What is the lifetime of the stateful session? Longer

Re: [rules-users] Drools 5.3 on Glassfish

2012-01-14 Thread Geoffrey De Smet
Op 13-01-12 17:58, Chris Selwyn schreef: I have just started looking at Drools 5.3 with a view to running the Guvnor on Glassfish. I have been using Drools 5.1 Guvnor on Glassfish 2.1 very happily for some time but I thought that I should look at upgrading. In fact, some time ago, I posted

Re: [rules-users] Drools 5.3 on Glassfish

2012-01-14 Thread Ansgar Konermann
Am 14.01.2012 10:42, schrieb Geoffrey De Smet: The tomcat war also works on jetty. The documentation says to use the tomcat war if there is no specific war. Maybe we should rename the tomcat war to generic war. +1 on the rename. Was a bit confused when I looked for a WAR to drop into my Jetty

Re: [rules-users] unable to update the changes (guvnor rules) to application using changeset

2012-01-14 Thread srinivasasanda
Hi Esteban, Can you please suggest me how to implement this changeset using REST API. -- View this message in context: http://drools.46999.n3.nabble.com/unable-to-update-the-changes-guvnor-rules-to-application-using-changeset-tp3652824p3659361.html Sent from the Drools: User forum mailing list

[rules-users] Null pointer exception after adding When condtion in Guvunor

2012-01-14 Thread JimK
Using the latest JBPM installer demo setup, I have a simple program. It has an object called person with a name and a salary. In guvonor there is a simple rule that I scaled back from the original to try to see what is happening. If I have a condition (salary = 5000) it gives a null exception,

[rules-users] CamelContext inside drl files

2012-01-14 Thread apache
Hi, I need to send the matched items in the rule to certain endpoints which would mean haveing to uri=... statements inside the drl file. Was wondering if someone can show me how to accomplish that. Currently the rule is running inside the jvm as camel. -- View this message in context: