Re: [rules-users] NullPointer after inserting fact in RHS

2011-04-27 Thread nch
olean *.matches(..))) && target(o); Regards. ________ De: nch Para: Rules Users List Enviado: mié,27 abril, 2011 09:49 Asunto: Re: [rules-users] NullPointer after inserting fact in RHS I think I have an AspectJ based solution for this which consists on making every is

Re: [rules-users] NullPointer after inserting fact in RHS

2011-04-27 Thread nch
I think I have an AspectJ based solution for this which consists on making every isAllowed* method return "false" instead of letting exceptions thrown inside them propagate: pointcut isAllowed(Object o) : execution(boolean *.isAllowed*(..)) && target(o); boolean around(Objec

Re: [rules-users] detailed execution trace

2011-04-27 Thread nch
onto the real node. Mark > >Thanks, >Archie > > >2011/4/26 Mark Proctor > >On 26/04/2011 16:13, nch wrote: >>Hi, >>> >>> >>>I need detailed drools execution traces. More than >>>that >>>provid

[rules-users] detailed execution trace

2011-04-26 Thread nch
Hi, I need detailed drools execution traces. More than that provided by what's provided in package org.drools.audit. That is, detail on what's being done while evaluating LHS and executing RHS. Do you have any suggestions on which way to go? Kind regards._

[rules-users] real life implementations

2011-04-08 Thread nch
Hello, We're trying to implement a drools based app. As the number of rules increase we're realising that the probability of having an infinite loop also increases, and we find ourselves defining ever more complex control state. How did you solve this sort of problem? Kind regards. ___

Re: [rules-users] How to create logfile when using ruleAgent

2010-09-03 Thread nch
I guess he refers to "4.5.2. global" in drools expert:http://downloads.jboss.com/drools/docs/5.1.1.34858.FINAL/drools-expert/html_single/index.html#d0e3157 Cheers --- El vie, 3/9/10, Solingen, Stephanie escribió: De: Solingen, Stephanie Asunto: Re: [rules-users] How to create logfile when usi

Re: [rules-users] Database problem

2010-08-28 Thread nch
Are you using drools-server through REST? Isn't it hard when you have to define a new OO-XML mapping each time you have to invoke drools with a different model? Regarding the "from" conditional element, I'm looking for a bidirectional synchronization (DB <-> WM). I'm not sure it can be achieved

[rules-users] Database problem

2010-08-26 Thread nch
Hi, there. I need advice on how to approach the following. Hope I'm being clear: - I have a database of over 30 tables. - The database is being updated every now and then. - I need to perform a bunch of calculations based on what's on the DB. - Some of the calculations depend on intermediate calcu