You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2008/08/11 19:10:07 UTC

svn commit: r684819 - /incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml

Author: eae
Date: Mon Aug 11 10:10:06 2008
New Revision: 684819

URL: http://svn.apache.org/viewvc?rev=684819&view=rev
Log:
UIMA-959 Clarify that Vinci services cannot be called from a UIMA AS service

Modified:
    incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml

Modified: incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml?rev=684819&r1=684818&r2=684819&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml (original)
+++ incubator/uima/sandbox/trunk/uima-as/uima-as-docbooks/src/docbook/uima_async_scaleout/async.overview.xml Mon Aug 11 10:10:06 2008
@@ -670,10 +670,15 @@
     <section id="ugr.async.ov.concepts.first_limits.compatibility">
       <title>Compatibility with earlier version of remoting and scaleout</title>
       <titleabbrev>Compatibility</titleabbrev>
-      <para>A Vinci client service descriptor or a SOAP service descriptor can be used in an aggregate descriptor as
-        before, and can be used as a primitive analysis engine in a deployment descriptor. There is a new type of client
-        service descriptor for an AS service, the JMS service descriptor; see <xref
-          linkend="ugr.async.ov.concepts.jms_descriptor"/> </para></section></section>
+      <para>There is a new type of client
+        service descriptor for an AS service, the JMS service descriptor (see <xref 
+        linkend="ugr.async.ov.concepts.jms_descriptor"/>), which can be used along with Vinci
+        and/or SOAP services in base UIMA applications. Conversely, Vinci services
+        <emphasis role="bold"> cannot</emphasis> be used within a UIMA AS service
+        because they do not comply to the UIMA standard requiring preservation of feature
+        structure IDs. SOAP service calls currently use a binary serialization of the CAS
+        which does preserve IDs and therefore can be called from a UIMA AS service.
+      </para></section></section>
   <!-- of ov.concepts.first_limits -->
   <!-- ======================================================= -->
   <!-- |             Application Level Concepts              | -->