[rules-users] are activated working sets persisted?

2011-11-15 Thread gab
the same apply on activated working sets. Thanks in advance! Gab -- View this message in context: http://drools.46999.n3.nabble.com/are-activated-working-sets-persisted-tp3510552p3510552.html Sent from the Drools: User forum mailing list archive at Nabble.com

[rules-users] Enumerations for nested classes

2011-11-09 Thread gab
Hi all, I have a problem with data enumeration for nested classes in BRLs. I have two classes, Promotion and Program. Promotion has a property named "program" of type Program, which has a string property called "code". I did a couple of enumeration in this way: [Program.code] = ['ABC=First Progra

[rules-users] Setting category tags programmatically

2011-10-11 Thread gab
plugin. Is it possible to set category tags programmatically for that rules artifacts in Guvnor? Possibly a script or some java api? Thanks in advance, Gab -- View this message in context: http://drools.46999.n3.nabble.com/Setting-category-tags-programmatically-tp3413214p3413214.html Sent from

Re: [rules-users] Eclipse Java compliance

2011-07-24 Thread gab
ll my projects, but only on drools rules. Hope this helps. Cheers, Gab -- View this message in context: http://drools.46999.n3.nabble.com/Eclipse-Java-compliance-tp3191021p3195479.html Sent from the Drools: User forum mailing list archive at Nabbl

[rules-users] Eclipse Java compliance

2011-07-22 Thread gab
be wrong in my ide or project config?? Thanks in advance, Gab -- View this message in context: http://drools.46999.n3.nabble.com/Eclipse-Java-compliance-tp3191021p3191021.html Sent from the Drools: User forum mailing list archive at Nabble.com. ___ rule

Re: [rules-users] looking for more information on drools expert

2009-07-16 Thread Gab Aldian
rator to compare equal strings. > Not sure if that is what you want, because "==" has different semantics and > better performance than "matches" if what you really want is compare > equality. Remember that in regexps, some characters have special meaning, > for instanc

Re: [rules-users] looking for more information on drools expert

2009-07-16 Thread Gab Aldian
After some more investigation, I managed also to make it work with collect: http://drools.pastebin.com/m14f0e329 I would rather not multiplicate rules, because we probably will have dozens for our system which is very big and can supervise around a thousand equipements in some cases Thank you ver

Re: [rules-users] looking for more information on drools expert

2009-07-16 Thread Gab Aldian
I finally suceeded to get what I wanted using the keyword accumulate which is really very poweful as said in the doc. Here is the rule: http://drools.pastebin.com/m4f938e40 It is a little bit complex, but it perfectly works. The only observation I have is that it seems drools compatible jdk is < 1

Re: [rules-users] looking for more information on drools expert

2009-07-15 Thread Gab Aldian
2009/7/15, Wolfgang Laun : > 2009/7/15 Edson Tirelli : >> >>Aldian, >> >>Yes, this is the way to go: >> >> rule "detect and set routers different from root for alarm 45" >> When >>* All routers which index is different from 0 are raising the alarm 45 >>* There is an alarm $a of nume

Re: [rules-users] looking for more information on drools expert

2009-07-15 Thread Gab Aldian
lock to define timeout, and that will > give you all kinds of headaches, not to mention wrong/unexpected results. I suppose you say this because of the risk of unsynchronized clocks on the network? But for now I don't see how to improve that... > But this e-mail is already too long. I

[rules-users] looking for more information on drools expert

2009-07-10 Thread Gab Aldian
Hi everybody I have read with attention the drools expert documentation, which was very interesting, but a little 'too simple". For example, most examples don't present rules with the keyword "forall". I also met big difficulties mixing the references on the objects to my javacode. This is why I w

Re: [rules-users] new to drools: can't manage to find the documentation page about eclipse plugin installation

2009-07-02 Thread Gab Aldian
; eclipse > - dropins > - drools-5.0-eclipse-all > > works nicely. > > I use the j2e version of ganymede - that probably has GEF. > > 2009/7/2 Gab Aldian > >> Hi everybody >> >> I am very sorry to ask for something so simple like this, but I just can't

[rules-users] new to drools: can't manage to find the documentation page about eclipse plugin installation

2009-07-01 Thread Gab Aldian
Hi everybody I am very sorry to ask for something so simple like this, but I just can't manage to find the page about how to install and use the eclipse plugin for drools. there: http://download.jboss.org/drools/release/5.0.1.26597.FINAL/drools-5.0-eclipse-all.zip I can find a zip file with only

[rules-users] Re: I am looking for the full sourcecode of the fibonacci and helloWorld examples of the documentation

2009-04-30 Thread Gab Aldien
Hi all I don't understand how I managed to not see it. I am really blind. I t was there: http://download.jboss.org/drools/release/4.0.7.19894.GA/drools-4.0.7-examples.zipin the center of the welcome page of drools. Sorry for the useless question 2009/4/29 Gab Aldien > Hi everybody &g

Re: [rules-users] Unable to load dialect 'org.drools.rule.builder.dialect.mvel.MVELDialectConfiguration:mvel error

2009-04-30 Thread Gab Aldien
Hi I had the same problem earlier today. I replaced mvel.jar by mvel-1.3.1-java1.6.jar and it suppressed the exception. Aldian 2009/4/26 > Hi, > > I am using Drools 4.0.7 and was able to successfully create a > knowledgebase. I am trying to install the knowledgebase in tomcat/axis2. I > am runni

[rules-users] I am looking for the full sourcecode of the fibonacci and helloWorld examples of the documentation

2009-04-30 Thread Gab Aldien
Hi everybody I have spent a lot of time trying to get drools examples working with drools4. I have read the appropriate section in the manual, but it doesn't provide the full sourcecode of the examples, and I can't manage to find it on the web. Could someone tell me where I will find their full so

[rules-users] ascendant compatibility drools 4.0 <-> drools 2.0 ?

2009-04-24 Thread Gab Aldien
Hi everybody Short presentation since this is my first time posting there. I am a french engineering student at the end of his studies, and I am currently working as a trainee on a project where I have to make a lot of software working together. I am currently studying a way to correlate alarms se