Return-Path: Delivered-To: apmail-incubator-uima-dev-archive@locus.apache.org Received: (qmail 22639 invoked from network); 8 Oct 2008 14:30:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 Oct 2008 14:30:35 -0000 Received: (qmail 9754 invoked by uid 500); 8 Oct 2008 14:30:34 -0000 Delivered-To: apmail-incubator-uima-dev-archive@incubator.apache.org Received: (qmail 9732 invoked by uid 500); 8 Oct 2008 14:30:34 -0000 Mailing-List: contact uima-dev-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-dev@incubator.apache.org Received: (qmail 9721 invoked by uid 99); 8 Oct 2008 14:30:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 07:30:34 -0700 X-ASF-Spam-Status: No, hits=-1999.9 required=10.0 tests=ALL_TRUSTED,DNS_FROM_SECURITYSAGE X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Oct 2008 14:29:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 7E776234C213 for ; Wed, 8 Oct 2008 07:29:44 -0700 (PDT) Message-ID: <1995885892.1223476184517.JavaMail.jira@brutus> Date: Wed, 8 Oct 2008 07:29:44 -0700 (PDT) From: "Aaron Kaplan (JIRA)" To: uima-dev@incubator.apache.org Subject: [jira] Reopened: (UIMA-1107) Sofa mapping not applied when annotator loaded from PEAR In-Reply-To: <2000360658.1215604291692.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/UIMA-1107?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron Kaplan reopened UIMA-1107: -------------------------------- I just tested this fix for the first time, and it doesn't resolve the problem. The symptoms are exactly as before. > Sofa mapping not applied when annotator loaded from PEAR > -------------------------------------------------------- > > Key: UIMA-1107 > URL: https://issues.apache.org/jira/browse/UIMA-1107 > Project: UIMA > Issue Type: Bug > Components: Core Java Framework > Affects Versions: 2.2.2 > Reporter: Aaron Kaplan > Assignee: Marshall Schor > Fix For: 2.3 > > > I have an aggregate annotator consisting of an annotator A1 that creates a new sofa, and an annotator A2 that annotates the new sofa. A2 is not sofa-aware, so in the aggregate descriptor I have defined a sofa mapping. > In the delegateAnalysisEngine element of the aggregate descriptor, if I point to A2's component descriptor (A2/desc/A2.xml), the sofa mapping works: A2 processes the new sofa created by A1. If I point instead to A2's pear installation descriptor (A2/A2_pear.xml), the sofa mapping seems not to be applied: A2 processes the initial sofa instead. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.