[rules-users] Using Rule Templates

2011-07-29 Thread David Godfrey
Can someone point me in the direction of documentation or examples for using Rule Templates together with data held in a database (or source other than XLS / CSV which seems to be what all the examples show)? Many thanks, David ___ rules-users mailing l

[rules-users] Create rules programatically

2011-06-01 Thread David Godfrey
Hi, Can someone point me in the direction of documentation or code examples for the following? I want to programatically create rules for execution, e.g. within my application I will hold criteria which users will define, at runtime I would like to build a component to extract these values (from m

[rules-users] BRMS configuration changes to support Oracle

2009-08-24 Thread David Godfrey
Hi, Is anyone able to supply an example repository.xml used to configure Drools BRMS to work with an Oracle database rather than flat-file based repository? I have tried following examples I found on the internet, including the Jackrabbit site, but it is very non-obvious and there seems to be no e

[rules-users] Design queries on use of Drools

2009-07-06 Thread David Godfrey
Hi, I am working on a prototype of integrating our existing application with Drools, and would appreciate some advice/thoughts on my current design. We have an application through which messages flow, and at certain points in the process flow of these messages, business logic is encapsulated usin

Re: [rules-users] Unable to access setter fields of fact in RHS using guided rule editor

2008-03-10 Thread David Godfrey
Yes, that fixed it, many thanks. On 3/10/08, Mark Proctor <[EMAIL PROTECTED]> wrote: > > To modify a fact on the RHS you must bind it to a variable, when > adding/editing the object type make sure you set the variable name. > > Mark > David Godfrey wrote: > > Usin

[rules-users] Unable to access setter fields of fact in RHS using guided rule editor

2008-03-10 Thread David Godfrey
Using Drools 4-0-4, I am trying to setup a very simple prototype system to use either of the Guided Rule Editors in Eclipse or BRMS. I have created a simple bean class to act as my Fact, and can see this when setting up the LHS, e.g. I can create a condition that a field in my fact must equal "X"