Re: [rules-users] CompositiveClassLoader$CachingLoader$load method intermittently hangs

2014-05-15 Thread Steven Williams
--- Steven Williams On Wed, Mar 19, 2014 at 12:31 AM, mikerod mjr4...@gmail.com wrote: I cannot easily reproduce an issue that I'm seeing. This is an intermittent issue that happens probably 3% of the time or less. This is observed behavior in * Drools

Re: [rules-users] Jetty NoSuchMethodError Lorg/eclipse/jdt/core/compiler/CategorizedProblem

2013-11-26 Thread Steven Williams
-in. --- Steven Williams On Wed, Nov 27, 2013 at 3:01 AM, captainrhino graeme.kitc...@axa-travel-insurance.com wrote: I am running some drools application code through Jetty and I get the following error. I'm guessing its something to do

Re: [rules-users] How to use type-safe enums in rule condition

2013-11-13 Thread Steven Williams
the rules. I reckon there is probably a better way to achieve this however we didn't spend a lot of time thinking about it. cheers Steve --- Steven Williams On Thu, Nov 14, 2013 at 12:40 AM, Wolfgang Laun wolfgang.l...@gmail.comwrote

Re: [rules-users] How to use type-safe enums in rule condition

2013-11-12 Thread Steven Williams
I use something like the following in rules to good effect: Country( this == Country.USA ) --- Steven Williams On Wed, Nov 13, 2013 at 12:20 AM, droolster quant.co...@gmail.com wrote: Thanks Steve for the advice and code

Re: [rules-users] Classloading error with AspectJ and Drools 5.2.0.Final

2011-09-07 Thread Steven Williams
FYI - https://issues.jboss.org/browse/JBRULES-3122 was raised for this. cheers Steve 2011/8/31 Wolfgang Laun wolfgang.l...@gmail.com This should be fixed by now on the way to 5.3.0, returning an empty collection - I've seen a confirming email from Mark Proctor. -W On 30 August 2011

[rules-users] Classloading error with AspectJ and Drools 5.2.0.Final

2011-07-05 Thread Steven Williams
Hi, I have just upgraded to Drools 5.2.0.Final and am getting a weird error when running unit tests. java.lang.NullPointerException at org.aspectj.weaver.loadtime.ClassLoaderWeavingAdaptor.parseDefinitions( ClassLoaderWeavingAdaptor.java:251) at

Re: [rules-users] Classloading error with AspectJ and Drools 5.2.0.Final

2011-07-05 Thread Steven Williams
Clarification to this - it does also happen when we run our server. So this is preventing us from upgrading to 5.2 My guess is that getResources should return getParent().getResources() rather than null. regards Steve On Wed, Jul 6, 2011 at 1:42 PM, Steven Williams stevearoo...@gmail.comwrote

Re: [rules-users] Error opening dslr in Eclipse on Mac

2011-04-30 Thread Steven Williams
Java 1.6, Drools 5.1.1 On Fri, Apr 29, 2011 at 7:46 PM, Benson Fung benson.red...@gmail.comwrote: What version of jdk and Drools plugin are you using? 2011/4/29 Steven Williams stevearoo...@gmail.com: Hi, I am running Eclipse Helios on Mac OS X 10.6.7 with the Drools 5.1.1 plugin

[rules-users] Error opening dslr in Eclipse on Mac

2011-04-29 Thread Steven Williams
Hi, I am running Eclipse Helios on Mac OS X 10.6.7 with the Drools 5.1.1 plugin and cannot open DSLR files with the error below. This error also occurs if I create a new Drools project, create a new rule resource and select the Use a DSL checkbox. DRL files open fine. Could not open the editor:

Re: [rules-users] execute particular rules programmatically and dynamically

2011-03-31 Thread Steven Williams
I have actually used this method for the one valid case I have thought of - unit testing rules. Steve 2011/4/1 Swindells, Thomas tswinde...@nds.com Agreed, But if you really do want to you can setup an agenda filter so that only the activation for the rule you care about is fired – but I

[rules-users] Configure custom SystemEventListener via Drools Spring

2011-03-23 Thread Steven Williams
Hi, I have just started using the drools-spring integration (5.1.1) and I would to use my own SystemEventListener instead of the default PrintStreamSystemEventListener however I am not sure if it is possible or how to configure it. thanks Steve ___

[rules-users] KnowledgeAgent Issue

2011-03-21 Thread Steven Williams
Hi all, I am trying to use a Knowledge Agent in 5.1.1 with a change set with a few different packages and resource types in it, and I am running into a problem where it is not adding all the packages. Looking at the code I can see that KnowledegeAgentImpl.createPackageFromResource has the

Re: [rules-users] KnowledgeAgent Issue

2011-03-21 Thread Steven Williams
, Esteban Aliverti - Developer @ http://www.plugtree.com - Blog @ http://ilesteban.wordpress.com 2011/3/21 Steven Williams stevearoo...@gmail.com Hi all, I am trying to use a Knowledge Agent in 5.1.1 with a change set with a few different packages and resource types

Re: [rules-users] Inserting collection of facts in rule Consequence

2009-02-15 Thread Steven Williams
I normally do something like when $creditContract : CreditContract() $o : Applicant() from $creditContract.coApplicantArray then insert($o); end retract would be something like when $o : Applicant( ) CreditContract( coApplicantArray contains $o ) then retract($o); end

[rules-users] Eclipse guvnor plugin issue

2009-02-05 Thread Steven Williams
Hi all, I am using the snapshot version of the eclipse plugin from Feb 5. When I attempt to drag a file from the repository explorer into the Navigator view I get the following exception: java.lang.Exception: Could not create directory C:\Documents and

[rules-users] RuleFlow question

2009-01-28 Thread Steven Williams
Hi guys, I am playing with the OrderExample in drools-examples and was wondering how I get access in my rules to the parameters that are sent to startProcess? e.g. MapString, Object parameters = new HashMapString, Object(); parameters.put(order, order);

Re: [rules-users] guvnor - cannot delete business rule assets

2009-01-20 Thread Steven Williams
/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.willi...@objectconsulting.com.au www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

[rules-users] KnowledgeBuilderConfiguration

2009-01-20 Thread Steven Williams
a retrograde step. -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.willi...@objectconsulting.com.au www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

[rules-users] Drools 5 Accumulate Function

2009-01-18 Thread Steven Williams
) ... My guess is this is a bug. For now I will just go back to implementing org.drools.base.accumulators.AccumulateFunction. cheers Steve -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.willi...@objectconsulting.com.au

Re: [rules-users] How to access data after rule fires

2009-01-12 Thread Steven Williams
___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.willi

[rules-users] Re: Drools nightly snapshot

2009-01-08 Thread Steven Williams
NOT dependency groupIdorg.drools/groupId artifactIddrools-core/artifactId version5.0.0-SNAPSHOT/version /dependency On Fri, Jan 9, 2009 at 2:01 PM, Steven Williams stevearoo...@gmail.comwrote: Hi all, I was wondering if anyone knows how to get the nightly snapshot

[rules-users] Drools 5 migration

2009-01-08 Thread Steven Williams
-- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 steven.willi...@objectconsulting.com.au www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] drools query

2008-12-10 Thread Steven Williams
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes

Re: [rules-users] drools query

2008-12-10 Thread Steven Williams
Yeah - that discussion was before drools had the accumulate function. On Thu, Dec 11, 2008 at 10:16 AM, Greg Barton [EMAIL PROTECTED] wrote: That approach looks a bit cartesian joiny. I'd be interested in seeing how it compares to using accumulate. --- On Wed, 12/10/08, Steven Williams

Re: [rules-users] having counter in drl

2008-12-08 Thread Steven Williams
at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL

Re: [rules-users] having counter in drl

2008-12-08 Thread Steven Williams
Sorry - I accidentally hit send. Something like: when then insert(new Integer(0)); end when $i: Integer(value 100) Foo(some condition) then retract($i); insert(new Integer($i.intValue() + 1)); ... end On Tue, Dec 9, 2008 at 10:54 AM, Steven Williams [EMAIL PROTECTED]wrote

Re: [rules-users] how to find the rule name

2008-07-02 Thread Steven Williams
___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED

Re: [rules-users] No accumulator function found for identifier

2008-05-20 Thread Steven Williams
/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] BRMS Security in Websphere 6.1

2008-05-14 Thread Steven Williams
mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training

Re: [rules-users] Collection Emptyness

2008-04-23 Thread Steven Williams
://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] Re: Is this scenario suitable for using Drools?

2008-04-23 Thread Steven Williams
https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] Re: Is this scenario suitable for using Drools?

2008-04-23 Thread Steven Williams
? Thanks! ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED

Re: [rules-users] Modifying fact object during rules execution

2008-04-13 Thread Steven Williams
. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au

Re: [rules-users] Error on access variable in workingmemorylogger

2008-04-09 Thread Steven Williams
at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED

Re: [rules-users] Feature request

2008-04-09 Thread Steven Williams
] ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED

Re: [rules-users] Missing mvel class after upgrade 4.0.4 = 4.0.5

2008-03-27 Thread Steven Williams
version using the maven2 poms? thanks in advance, c)hristian ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615

Re: [rules-users] Can we do this with drools ?

2008-03-27 Thread Steven Williams
mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training

Re: [rules-users] Re: Fire Rules in DT based on a rule in DT

2007-11-15 Thread Steven Williams
I'm not sure if it made its way into the doco. I don't have the code with me but will check for you what the value is. cheers Steve On Nov 16, 2007 1:21 PM, Arjun Dhar [EMAIL PROTECTED] wrote: Steven Williams stevearoonie at gmail.com writes: I added agenda-group to decision tables

Re: [rules-users] Fire Rules in DT based on a rule in DT

2007-11-14 Thread Steven Williams
a work around? Thanks, Arjun ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615

Re: [rules-users] custom defined types in setter and getters

2007-10-03 Thread Steven Williams
/search?fr=oni_on_mailp=summer+activities+for+kidscs=bz ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500

Re: [rules-users] NoMuchMethod - But there is!

2007-06-21 Thread Steven Williams
-- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference ___ rules-users

Re: [rules-users] How to stop a rule from firing?

2007-06-21 Thread Steven Williams
at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED

Re: [rules-users] FW: Newbie: using a spreadsheet

2007-05-01 Thread Steven Williams
://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] Fetching Facts from WM...

2007-04-09 Thread Steven Williams
...-tf3550451.html#a9912199 Sent from the drools - user mailing list archive at Nabble.com. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object

Re: [rules-users] Help : drools implementing

2007-04-05 Thread Steven Williams
@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes

Re: [rules-users] java.lang.NoSuchMethodError:org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[

2007-02-19 Thread Steven Williams
of you solve my problem. ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501

Re: [rules-users] conditional insert of 'exist' or 'not' keywords in decision table s

2007-02-19 Thread Steven Williams
data?) Thanks, Vlad -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Steven Williams *Sent:* 17 February 2007 04:25 *To:* Rules Users List *Subject:* Re: [rules-users] conditional insert of 'exist' or 'not' keywords in decision table s Hi

Re: [rules-users] conditional insert of 'exist' or 'not' keywords in decision table s

2007-02-17 Thread Steven Williams
** ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting

Re: [rules-users] Convert logic to DRL rules

2007-02-17 Thread Steven Williams
/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience makes the difference

Re: [rules-users] How to generate rules from decision tables whereLHS has no field constraints

2007-02-15 Thread Steven Williams
-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience

Re: [rules-users] Focus before assertion - for pattern matching

2007-02-14 Thread Steven Williams
rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users ___ rules-users mailing list rules-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object

Re: [rules-users] Help Needed

2007-02-12 Thread Steven Williams
-users@lists.jboss.org https://lists.jboss.org/mailman/listinfo/rules-users -- Steven Williams Supervising Consultant Object Consulting Office: 8615 4500 Mob: 0439 898 668 Fax: 8615 4501 [EMAIL PROTECTED] www.objectconsulting.com.au consulting | development | training | support our experience