Return-Path: Delivered-To: apmail-incubator-uima-user-archive@minotaur.apache.org Received: (qmail 33980 invoked from network); 16 Jun 2009 22:53:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jun 2009 22:53:51 -0000 Received: (qmail 45647 invoked by uid 500); 16 Jun 2009 22:54:02 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 45586 invoked by uid 500); 16 Jun 2009 22:54:02 -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 45576 invoked by uid 99); 16 Jun 2009 22:54:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 22:54:01 +0000 X-ASF-Spam-Status: No, hits=-1.0 required=10.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gcaug-uima-user@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 16 Jun 2009 22:53:52 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MGhX0-00029V-L4 for uima-user@incubator.apache.org; Tue, 16 Jun 2009 22:53:30 +0000 Received: from p54a8e71a.dip.t-dialin.net ([84.168.231.26]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 22:53:30 +0000 Received: from schlamp by p54a8e71a.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Jun 2009 22:53:30 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: uima-user@incubator.apache.org From: Kai Schlamp Subject: Re: Reuse serialized XMI CAS in a dynamic application. Date: Wed, 17 Jun 2009 00:53:26 +0200 Lines: 6 Message-ID: References: <4A378147.9070400@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: p54a8e71a.dip.t-dialin.net User-Agent: Thunderbird 2.0.0.21 (X11/20090409) In-Reply-To: Sender: news X-Virus-Checked: Checked by ClamAV on apache.org > So it seems that the TypeSystem2Xml produces an not 100% compatible type > system description (at least for deserialization of a CAS). Ah sorry, I meant not deserialization the CAS, but creation of the CAS, as the Exception occurs when creating the CAS with: CasCreationUtils.createCas(descriptor, null, new FsIndexDescription[0]);