Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 77035 invoked from network); 30 Aug 2007 15:45:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2007 15:45:30 -0000 Received: (qmail 54961 invoked by uid 500); 30 Aug 2007 15:45:26 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 54833 invoked by uid 500); 30 Aug 2007 15:45:25 -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 54824 invoked by uid 99); 30 Aug 2007 15:45:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Aug 2007 08:45:25 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.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; Thu, 30 Aug 2007 15:45:21 +0000 Received: from ool-44c6cd10.dyn.optonline.net ([68.198.205.16]:2411 helo=[192.168.1.102]) by gator74.hostgator.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1IQmCb-0005UL-Gh for uima-user@incubator.apache.org; Thu, 30 Aug 2007 10:45:01 -0500 Message-ID: <46D6E5EA.3010900@schor.com> Date: Thu, 30 Aug 2007 11:44:42 -0400 From: Marshall Schor User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: uima-user@incubator.apache.org Subject: Re: How to test a CollectionReader References: <63e2e4460708290750x51c10630m6a3703ff137643c9@mail.gmail.com> <46D627D9.50302@schor.com> <63e2e4460708300241k18a34952y1c7f776d09f1ecd4@mail.gmail.com> In-Reply-To: <63e2e4460708300241k18a34952y1c7f776d09f1ecd4@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 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-Virus-Checked: Checked by ClamAV on apache.org Thanks, Roberto - I'm able to reproduce this and am investigating.... -Marshall Roberto Franchini wrote: > On 8/30/07, Marshall Schor wrote: > >> Hi Roberto - >> >> This might be caused by the Collection Reader Descriptor's type system >> missing the particular type >> "it.celi.types.SourceDocumentInformation"; can you verify it is defined >> (and spelled correctly, etc.) as part of this particular Collection >> Reader Descriptor? >> >> If this type was defined in another descriptor that is deployed with >> this collection reader, it would work when the whole CPE was run, >> because all the types from the various descriptors that make up the CPE >> pipeline are merged. >> >> > > I've tried to test the FileSystemCollectionReader provided in > uimaj-tools and I got the same error. > Attached (I hope it's possible to send attachements) the test I wrote. > Regards, > Roberto >