[rules-users] Latest Build for 4.0?

2007-08-05 Thread Arjun Dhar
Hi, on the user forum, a post was sent to update from http://labs.jboss.com/drools/downloads. (JAR Last updated 24th Jul 07) I also took an update from: http://repository.jboss.com/maven2/org/drools/ (JAR Last updated 31st Jul 07) ...or should I just simply take the latest build from maven ???

Re: [rules-users] Latest Build for 4.0?

2007-08-05 Thread Fernando Meyer
These are the same artifacts, just the maven upload was a bit delayed comparing to downloads page. Fernando Meyer http://fmeyer.org [EMAIL PROTECTED] PGP: 0xD804DDFB On Aug 5, 2007, at 9:51 AM, Arjun Dhar wrote: Hi, on the user forum, a post was sent to update from http://labs.jboss.com/d

Re: [rules-users] nested accessors with Sets

2007-08-05 Thread Fernando Meyer
Mark Thanks for you help. Regards Fernando Meyer http://fmeyer.org [EMAIL PROTECTED] PGP: 0xD804DDFB On Aug 4, 2007, at 4:00 PM, [EMAIL PROTECTED] wrote: Edson, I opened ticket # 1058 for this - http://jira.jboss.com/jira/browse/ JBRULES-1058 Thank you, Mark -- Ori

Re: [rules-users] Guided editor (BRL) rules in the drools-examples-brms dont work

2007-08-05 Thread Fernando Meyer
Hi Eduardo, Probably you missed some importing statement in your package configuration, check this please; Regards Fernando Meyer http://fmeyer.org [EMAIL PROTECTED] PGP: 0xD804DDFB On Aug 4, 2007, at 4:49 PM, Edgardo wrote: Hi list, I post my problem in the rules-dev list. The problem

[rules-users] Simple Example / Tutorial

2007-08-05 Thread Robert Burdick
Hello All: I'm still finding the samples that I've come across far too obtuse to easily illustrate how JBoss Rules works. I really need the worlds simplest working example (no missing code files as in many of the examples) with a tutorial / description that really explains what's going on. Yo

Re: [rules-users] Guided editor (BRL) rules in the drools-examples-brms dont work

2007-08-05 Thread Edgardo
Hi fernando, the package source code is: package org.acme.insurance import org.acme.insurance.Driver import org.acme.insurance.Approve import org.acme.insurance.Policy import org.acme.insurance.Rejection ... rule "Driver is crazy" dialect "mvel" when Driver( age >= "20" && <

Re: [rules-users] Simple Example / Tutorial

2007-08-05 Thread Dr. Gernot Starke
Robert, 1.) I did some illustration around a HelloWorld example on http:// rbs.gernotstarke.de/samples/samples/hellorules.html There's no code to download - but the explanation might be helpful. 2.) An excellent explanation on the mechanisms of a production rule engine is given in the rulew

[rules-users] Is there a method to return running jBoss Rules version

2007-08-05 Thread Chris Barham
Hi, Is there a method in Jboss Rules that returns the current running versions of the rule engine, and the compiler? Regards, Chris ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users