Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 30742 invoked from network); 27 Aug 2008 15:48:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 15:48:45 -0000 Received: (qmail 44401 invoked by uid 500); 27 Aug 2008 15:48:43 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 44368 invoked by uid 500); 27 Aug 2008 15:48:43 -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 44357 invoked by uid 99); 27 Aug 2008 15:48:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 08:48:42 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eaepstein@gmail.com designates 74.125.44.156 as permitted sender) Received: from [74.125.44.156] (HELO yx-out-1718.google.com) (74.125.44.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 15:47:45 +0000 Received: by yx-out-1718.google.com with SMTP id 36so1413147yxh.0 for ; Wed, 27 Aug 2008 08:48:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=CYEFMDCebbrcfF+KoUUjV62Ut/Zc8F69w1b0c0Rnt1k=; b=i/WaxycQyQ/gtGhrCHpCGGkFH9ZdJTI41jVlN0Hdxwj5xVFEII1QUTo0S2qj5NESvl 72vsbdijPDx96j1v2oEtd9ADLSrtKejThG4jM+vAprqCXD9URHKBLzRXHcEzguU5VpQu 5x5xsKjXjJHtK8C4Oq3eU9TnNxHuTnGzXux0Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=WkyC3msabjptXQGTT+q2NKZa2GHLWfRQeG+9e0IIIt62rX95iQDJ5cyF4D8zAJmn5y OrdRSyng7+DTJ5SO9lqr9ozfygc6CPz+L4gzFADCS1c8kh4M6J/K5vLTzNFagqCpLVcq M+MWYvG0+vjh76qIi4KJMotYwhfoN9zMc9soA= Received: by 10.114.46.6 with SMTP id t6mr178130wat.39.1219852093722; Wed, 27 Aug 2008 08:48:13 -0700 (PDT) Received: by 10.114.127.14 with HTTP; Wed, 27 Aug 2008 08:48:13 -0700 (PDT) Message-ID: Date: Wed, 27 Aug 2008 11:48:13 -0400 From: "Eddie Epstein" To: uima-user@incubator.apache.org Subject: Re: XmiCollectionReader In-Reply-To: <48B5660B.8030002@xrce.xerox.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19988_7233371.1219852093720" References: <48B540D0.8040003@xrce.xerox.com> <48B5660B.8030002@xrce.xerox.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_19988_7233371.1219852093720 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline You could also just modify the one line of code in $UIMA_HOME/examples/src/org/apache/uima/examples/xmi/XmiCollectionReader.java from XmiCasDeserializer.deserialize(inputStream, aCAS); to XmiCasDeserializer.deserialize(inputStream, aCAS, true); Eddie ------=_Part_19988_7233371.1219852093720--