Re: [rules-users] when should we the not operator.

2011-08-05 Thread Esteban Aliverti
Which version of Drools are you using? How are you inserting the facts? How are you interacting with the knowledge session? The rule seems correct to me. Best Regards, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @

[rules-users] how to install drools 5.2 with integrated oryx designer on jboss as 7?

2011-08-05 Thread itchupe
hello there anyone has experience with that. I am not familiar with as 7 at all. how should i start? or does it not make sense yet to use as 7 with drools at all? (i am missing a 5.2 standalone download... will there be one for 5.3 with as 7 or tomcat?) cheers. -- View this message in

[rules-users] installing oryx designer with guvnor 5.2 (on win2003, as4.2.3)

2011-08-05 Thread itchupe
hello unfortunately i have to use a windows 2003 server... (as on jboss as 6 i could not get drools 5.2 to work) i used drools-5.1-standalone and deployed drools 5.2 (of guvnor-5.2.0.Final-jboss-as-5.1.war) and oryx designer on jboss as 4.2.3 which both are working except the integration of

[rules-users] installing oryx designer with guvnor 5.2 (on win2003, tomcat6)

2011-08-05 Thread itchupe
hello i am trying to use drools on a windows 2003 server... (not my choice, but hey :) on on tomcat 6 i deployed drools 5.2 and oryx designer. 1. the oryx designer does not work properly (i can put objects on the drawarea but i can not use any other functionality, see example) 2. and

Re: [rules-users] Some basic queries

2011-08-05 Thread Gaurav Silakari
Thanks for the information.I am trying to get the value in the when condition from a function(that returns a value). But facing some errors in doing that...May be I am doing some mistake in creating drl.Below is my drl and the Pojo that I am using, please guide me on this :Drl :#created on: Aug 5,

Re: [rules-users] Some basic queries

2011-08-05 Thread Wolfgang Laun
Please study the documentation (Expert) and the examples about how to write conditions and their components. See below for some pointers. 2011/8/5 Gaurav Silakari gaurav.silak...@tcs.com Below is my drl and the Pojo that I am using, please guide me on this : #created on: Aug 5, 2011

Re: [rules-users] how to install drools 5.2 with integrated oryx designer on jboss as 7?

2011-08-05 Thread Geoffrey De Smet
There are troubles with guvnor (because of seam 2 and the way guvnor architecturally (mis)uses it) on JBoss AS 7. We've been trying to quick fix these, but without much luck. Guvnor 5.4 will upgrade to seam 3 (the protype works already, and will use seam correctly) and will run on JBoss AS 7.

[rules-users] Events Monitoring Tool

2011-08-05 Thread Cesar Vargas
Does someone know a tool like Zabbix to monitor events inserted in the working memory? When my ad-hoc listener receives an event I could give it to the tool and then insert this event into the working memory. I need to see the latest events for a configurable period of time. Thanks Regards, --

Re: [rules-users] how to install drools 5.2 with integrated oryx designer on jboss as 7?

2011-08-05 Thread Tihomir Surdilovic
Just fyi, see this post on running jBPM5 on AS7: http://planet.jboss.org/post/jbpm5_on_as7_lightning The web Designer also has support for AS7 with its latest version: http://sourceforge.net/projects/jbpm/files/designer/designer-1.0.0.054/ Once we get Guvnor running on AS7 I am sure we will

Re: [rules-users] how to install drools 5.2 with integrated oryx designer on jboss as 7?

2011-08-05 Thread itchupe
okay, thank you very much for your replies. I am very much looking forward to all of this as I will start setting drools up for our users pretty soon, and I would like to use an as accurate version as possible (as you can imagine) that it can stay like this for a while. I guess as 5.3 is

Re: [rules-users] installing oryx designer with guvnor 5.2 (on win2003, as4.2.3)

2011-08-05 Thread itchupe
thanks! the newest version designer-1.0.0.053-jboss.war did the trick. cheers. -- View this message in context: http://drools.46999.n3.nabble.com/installing-oryx-designer-with-guvnor-5-2-on-win2003-as4-2-3-tp3228131p3229096.html Sent from the Drools: User forum mailing list archive at

[rules-users] Inserting multiple objects of the same class as facts

2011-08-05 Thread Devarakonda, Murty
Hello, I am facing a problem with the following code with Drools 5.0.1: I insert multiple objects as facts into my stateful session here: === StatefulKnowledgeSession ksession = kbase.newStatefulKnowledgeSession(); /** mapTypes here

[rules-users] Drools5.2.2 integration with scala2.9.0.1

2011-08-05 Thread puneet.java
Hi, I am new with Drools. I am integrating Drools with Scala. I am trying the project given at http://www.gettingcirrius.com/2010/12/using-jboss-rules-drools-in-scala.html http://www.gettingcirrius.com/2010/12/using-jboss-rules-drools-in-scala.html . I have made a small change in the code to

Re: [rules-users] Insert a fact into drools server from a web application or java application

2011-08-05 Thread kkelleyjr
Thank you for the response... Unfortunately, I have read this and still kinda lost on what any of that means... Is there an example with drools that I can look at to help me see this a little better? -- View this message in context: