From uima-user-return-56-apmail-incubator-uima-user-archive=incubator.apache.org@incubator.apache.org Wed Feb 28 21:24:22 2007 Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 53680 invoked from network); 28 Feb 2007 21:24:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 21:24:22 -0000 Received: (qmail 28041 invoked by uid 500); 28 Feb 2007 21:24:30 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 28028 invoked by uid 500); 28 Feb 2007 21:24:30 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 28019 invoked by uid 99); 28 Feb 2007 21:24:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 13:24:30 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [67.18.27.130] (HELO gator74.hostgator.com) (67.18.27.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Feb 2007 13:24:18 -0800 Received: from ool-44c6cd10.dyn.optonline.net ([68.198.205.16]:39387 helo=[192.168.1.103]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1HMWHD-0003ye-4a for uima-user@incubator.apache.org; Wed, 28 Feb 2007 15:23:55 -0600 Message-ID: <45E5F2D6.9060505@schor.com> Date: Wed, 28 Feb 2007 16:23:34 -0500 From: Marshall Schor User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Re: Descriptor Editor Component References: <45E2FA01.3050608@hermeneute.com> In-Reply-To: <45E2FA01.3050608@hermeneute.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - gator74.hostgator.com X-AntiAbuse: Original Domain - incubator.apache.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - schor.com X-Source: X-Source-Args: X-Source-Dir: X-Virus-Checked: Checked by ClamAV on apache.org Christian Mauceri wrote: > Hi, > > recently in the UIMA AlphaWorks forum Marshall Schor saved my life > explaining me how to use the buddy class loading in the Eclipse > Manifest file of a plugin to make UIMAFramework recognizes my classes. > It works fine and my class are recognized. However I still cannot > completly use the Descriptor Editor Component in my application, > indeed when I push the browse button in the Overview Tab to get the > list of available Analysis Engine Java classes I get the following > error message: > Unexpected exception while getting type information for type > 'com.ibm.uima.analysis_component.AnalysisComponent'. FSATest does not > exist. > (FSATest is the Eclipse workplace project I put my xml descriptor in) > Any suggestion? > More thinking... When you click the "browse" button it does the following: It first goes to the Eclipse project containing the XML descriptor. It then assumes (perhaps incorrectly) that this project is a "Java" project, and that its classpath is set up to indicate all the classes used in the project, including the UIMA framework classes. Is this project a "Java" project, with its class path set up properly? -Marshall