Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-05 Thread Edson Tirelli
Hi Manuel, Sorry about the delay in replying... quite busy during the last few weeks. The fix I am talking about is this: https://github.com/droolsjbpm/droolsjbpm/commit/16389ae57506debab8d13c286d13ee873df98461

Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-05 Thread Manuel Ortiz
Hi again: Just to inform I've made slight modifications to JoinNode code locally that seems to solve the SampleAlarmRules problem and any other problem (up to now) in my application rule set related to JoinNodes whose sink is composite. If anyone needs these modifications while the corrected rele

Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-04 Thread Manuel Ortiz
Hi Edson, Wolfgang: Is there a downloadable Drools Release, beta or whatever, in which this problem is fixed? I think it may be the cause of some other problems I'm suffering (sometimes, some restrictions in the Condition Element seems to be badly evaluated and I think this may arise from bad tupl

Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-03 Thread Edson Tirelli
Manuel, Thanks for your detailed analysis. I believe this was fixed in trunk a few weeks ago. Edson 2011/4/3 Manuel Ortiz > Hi again: > > I've been thinking about a possible solution to the SampleAlarmRules > scenario related problem and would suggest that every sink modify function

Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-03 Thread Manuel Ortiz
Hi again: I've been thinking about a possible solution to the SampleAlarmRules scenario related problem and would suggest that every sink modify function which returns a child tuple to be reAddLeft'ed or reAddRight'ed (at least there is one which is LeftTupleSinkPropagator.propagateModifyChildLeft

Re: [rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-03 Thread Manuel Ortiz
Thanks to you for developing and maintaining this helpful application! Best regards, Manuel Ortiz. 2011/4/3 Wolfgang Laun > Thanks a lot, and I've added your analysis as a comment to JBRULES-2887. > Wolfgang > > > 2011/4/3 Manuel Ortiz > >> Hi Wolfgang: >> >> I write to you concerning JIRA >

[rules-users] Manuel's Analysis of JBRULES-2887 (NPE in AccumulateNode.java:967)

2011-04-02 Thread Wolfgang Laun
Thanks a lot, and I've added your analysis as a comment to JBRULES-2887. Wolfgang 2011/4/3 Manuel Ortiz > Hi Wolfgang: > > I write to you concerning JIRA > https://issues.jboss.org/browse/JBRULES-2887, which the SampleAlarmRules > scenario which was attached to this discussion was added in. > >