Return-Path: X-Original-To: apmail-hama-user-archive@www.apache.org Delivered-To: apmail-hama-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 55F6D108F5 for ; Fri, 16 Aug 2013 21:38:31 +0000 (UTC) Received: (qmail 12522 invoked by uid 500); 16 Aug 2013 21:38:31 -0000 Delivered-To: apmail-hama-user-archive@hama.apache.org Received: (qmail 12429 invoked by uid 500); 16 Aug 2013 21:38:30 -0000 Mailing-List: contact user-help@hama.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hama.apache.org Delivered-To: mailing list user@hama.apache.org Received: (qmail 12420 invoked by uid 99); 16 Aug 2013 21:38:30 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Aug 2013 21:38:30 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [155.207.1.45] (HELO hermes7.ccf.auth.gr) (155.207.1.45) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Aug 2013 21:38:22 +0000 Received: from auth.gr (antigoni2.ccf.auth.gr [155.207.1.114]) by hermes7.ccf.auth.gr (8.14.3/8.14.3/Debian-9.1ubuntu1) with ESMTP id r7GLc0ll011531 for ; Sat, 17 Aug 2013 00:38:01 +0300 Received: from 46-68-86.adsl.cyta.gr (46-68-86.adsl.cyta.gr [46.103.68.86]) by webmail.auth.gr (Horde Framework) with HTTP; Sat, 17 Aug 2013 00:38:00 +0300 Date: Sat, 17 Aug 2013 00:38:00 +0300 Message-ID: <20130817003800.Horde.9CMH5-ipb8qtuynF5JAaMg5@webmail.auth.gr> From: ikapoura@csd.auth.gr To: user@hama.apache.org Subject: Aggregators problem References: <20130815225744.Horde.wz1JH7gEbIvrY6sLXQwZrg1@webmail.auth.gr> <20130816141346.Horde.u-0M_M1iq4_C7LhrQSVzMw2@webmail.auth.gr> In-Reply-To: <20130816141346.Horde.u-0M_M1iq4_C7LhrQSVzMw2@webmail.auth.gr> User-Agent: Internet Messaging Program (IMP) H5 (6.0.3) Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes MIME-Version: 1.0 Content-Disposition: inline X-Virus-Scanned: clamav-milter 0.97.8 at hermes7 X-Virus-Status: Clean X-Virus-Checked: Checked by ClamAV on apache.org Hey again it's me with the aggregators again ^^ The problem now is that the aggregators are working but when I want to get the value it returns the value I use at the constructor of the aggregator. I have implemented getValue() and aggregate(). I tried implementing finalizeAggregate() but it didn't help. So is this an implementation problem or there is some sort of problem with the master aggregator? Ilias