Re: [rules-users] defining rules through Drools rule engine

2007-06-15 Thread Krishnan
Your best bet is to read the documentation and go through the examples specified. Also, check out some of the archives. -Krishnan. On 6/13/07, prasannan [EMAIL PROTECTED] wrote: Hi Friends, Please let me know as to what is the best way of defining rules in Drools engine. If there's any

Re: [rules-users] Synchronization of Working Memory

2007-06-15 Thread Edson Tirelli
Daniel, I think what you are trying to achieve requires some careful planning. If you use the repository, you have a versioned rule base that make sure you don't lose your working memory. Although, without the repo, only thing I can think of is you making sure your application always loads

[rules-users] JBRMS - Rule IDs/Referencing

2007-06-15 Thread Michael Rhoden
I have a question about rule storage and referencing with the JBRMS. Mostly this is directed to Michael Neale (since I believe this is his baby), but since I cant catch him on IRC I'll post it to here to see if others have this similar concern. A little history before I get to the question. We

[rules-users] REMINDER CfP RuleML-2007

2007-06-15 Thread Adrian Paschke
Dear Prospective Author of RuleML-2007, This is just a friendly reminder that the deadline for the RuleML-2007 abstract submission is Friday, June 15, 2007. Please upload a plain text abstract in our EasyChair submission page at http://www.easychair.org/RuleML2007/. All information

Re: [rules-users] How to get value of global variable from one rule to another

2007-06-15 Thread Alexander Komissarov
From: Edson Tirelli [EMAIL PROTECTED] To: Rules Users List rules-users@lists.jboss.org Date: Fri, 15 Jun 2007 11:33:52 -0300 Subject: Re: [rules-users] How to get value of global variable from one rule to another Alexander, Remember that the LHS is always evaluated at assert time and RHS

Re: [rules-users] JBRMS - Rule IDs/Referencing

2007-06-15 Thread Mark Proctor
The system is an asset managemnt system, every item is an asset from the rule to the package configuration. You can reference any item using a unique name + package name + version, each item also has a UUID (provided by the JCR node). However we don't have any remoting/ws api access to this

Re: [rules-users] How to get value of global variable from one rule to another

2007-06-15 Thread Edson Tirelli
Alexander, We can't suggest you a complete solution without knowing the problem you are trying to solve... maybe you can state your business scenario? []s Edson 2007/6/15, Alexander Komissarov [EMAIL PROTECTED]: From: Edson Tirelli [EMAIL PROTECTED] To: Rules Users List

RE: [rules-users] JBRMS - Rule IDs/Referencing

2007-06-15 Thread Michael Rhoden
Be happy to help, it just takes a bit to understand your coding environment and standards. My first goal is to point out the need for exposed Rule IDs and try to understand the system the way it sits. As a side note, I found a feature to export to a zip file under the Admin-Manage Backups. It

Re: [rules-users] JBRMS - Rule IDs/Referencing

2007-06-15 Thread Mark Proctor
checkout the code and take a look at drools-repository, and its unit tests. Its self contained and doesn't sue any of the other drools-* modules. Its fairly straight forward I think. You can always come onto IRC and chat to us directly with your Qs on the framework. Mark Michael Rhoden wrote:

[rules-users] Re: rules-users Digest, Vol 7, Issue 35

2007-06-15 Thread Daniel E Chapman
Unfortunately, we're using the 3.0 version, so I don't think we can use the repository. That may be necessary with a future version, when we allow users to make their own rules. Right now, we can be sure that the only rules changes are coming from developers. Our challenge is that the way we