[rules-users] Guvnor 5.2.0 (Final) under Geronimo 2.1.4

2011-09-15 Thread john@oa
Guvnor 5.2.0 (Final) Hello I need to get Guvnor 5.2.0 (Final) up and running under Geronimo 2.1.4 (Tomcat6 variant). Have started looking at this and have already found that there are class loading/conflict issues as the container utilises xstream 1.2.2 and the Guvnor requires 1.3.1. There are

Re: [rules-users] Spreadsheet: Rule Compilation error (xxx) cannot be resolved: Keeping running total

2011-09-12 Thread john@oa
as > > ** ** > > *From:* [hidden > email]<http://user/SendEmail.jtp?type=node&node=3328970&i=0>[mailto:[hidden > email] <http://user/SendEmail.jtp?type=node&node=3328970&i=1>] *On Behalf > Of *john@oa > *Sent:* 09 September 2011 16:28 > *To

Re: [rules-users] Spreadsheet: Rule Compilation error (xxx) cannot be resolved: Keeping running total

2011-09-09 Thread john@oa
| > > Otherwise you are creating rules that check the following:- > > when > Condition(payment > ) > then > ... > > when > Condition(payment > 1000) > then > ... > > Whereas you really require:- > > when > Condition(payment >0, pay

Re: [rules-users] Spreadsheet: Rule Compilation error (xxx) cannot be resolved: Keeping running total

2011-09-09 Thread john@oa
1, do you really want to test whether a payment is not greater than > zero? > > Do you realize that Rules 2 and 3 would both fire for certain payment > amounts? > > You can update a String field. To concatenate, use >x.setString( x.getString() + "whatever" ); >

[rules-users] Spreadsheet: Rule Compilation error (xxx) cannot be resolved: Keeping running total

2011-09-09 Thread john@oa
Guvnor: guvnor-5.2.0.Final-tomcat-6.0 Hi I am a Drools Newbie and I have an integer field called score that I need to add to when a rule matches in a spreadsheet decision table. i.e. the score field should hold a running total of all scores that are matched. However, I can't even update the fie

[rules-users] Unable to get WebDav Access, unless modify JackRabbit Config

2011-09-07 Thread john@oa
Relates to webdav management of rules under: guvnor-5.2.0.Final-tomcat-6.0 Hi For rapid development, I wish to directly manage the repository through WebDav. I can successfully navigate the repository using BitKinex 3.2.3 or Windows 7 web folders. However, I cannot create or edit .drl files. W