You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by sc...@apache.org on 2017/10/01 20:32:18 UTC

svn commit: r1810278 - /uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml

Author: schor
Date: Sun Oct  1 20:32:18 2017
New Revision: 1810278

URL: http://svn.apache.org/viewvc?rev=1810278&view=rev
Log:
no Jira, add doc about commit(classloader) to TypeSystemMgr

Modified:
    uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml

Modified: uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml
URL: http://svn.apache.org/viewvc/uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml?rev=1810278&r1=1810277&r2=1810278&view=diff
==============================================================================
--- uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml (original)
+++ uima/uv3/uimaj-v3/trunk/uima-docbook-v3-users-guide/src/docbook/uv3.new_extended_apis.xml Sun Oct  1 20:32:18 2017
@@ -299,6 +299,12 @@ public final static String _FeatName_sof
   <section id="uv3.new_extended_apis.other">
     <title>Other changes</title>
     
+    <para>The TypeSystemMgr Interface has a variation of the <code>commit</code> method, which has a parameter 
+      that specifies the class loader to be used when loading JCas class.  This should be used whenever there are
+      user-specified JCas classes associated with the type system.  If not specified, it defaults to the class
+      loader used to load the UIMA framework.
+    </para>
+      
     <para>The CAS interface has additional convenience method to get the Annotation index:  <code>getAnnotationIndex()</code>.
     </para>