Return-Path: Delivered-To: apmail-incubator-uima-commits-archive@locus.apache.org Received: (qmail 44899 invoked from network); 29 Oct 2008 17:01:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 17:01:18 -0000 Received: (qmail 4913 invoked by uid 500); 29 Oct 2008 17:01:23 -0000 Delivered-To: apmail-incubator-uima-commits-archive@incubator.apache.org Received: (qmail 4903 invoked by uid 500); 29 Oct 2008 17:01:23 -0000 Mailing-List: contact uima-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-dev@incubator.apache.org Delivered-To: mailing list uima-commits@incubator.apache.org Received: (qmail 4894 invoked by uid 99); 29 Oct 2008 17:01:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 10:01:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 17:00:17 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9629A2388961; Wed, 29 Oct 2008 10:00:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r708941 - /incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java Date: Wed, 29 Oct 2008 17:00:27 -0000 To: uima-commits@incubator.apache.org From: eae@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20081029170027.9629A2388961@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: eae Date: Wed Oct 29 10:00:26 2008 New Revision: 708941 URL: http://svn.apache.org/viewvc?rev=708941&view=rev Log: UIMA-1219 apply core and jms patch files Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java?rev=708941&r1=708940&r2=708941&view=diff ============================================================================== --- incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java (original) +++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/AggregateAnalysisEngineController_impl.java Wed Oct 29 10:00:26 2008 @@ -1312,7 +1312,7 @@ else { - if ( cacheEntry.isSubordinate() ) + if ( cacheEntry.isSubordinate() && isTopLevelComponent()) { cacheEntry.setWaitingForRelease(true); }