Author: joern
Date: Tue Sep 27 10:55:39 2011
New Revision: 1176323

URL: http://svn.apache.org/viewvc?rev=1176323&view=rev
Log:
UIMA-2240 Now calls collectionProcessComplete after processing input documents 
is finished.

Modified:
    
uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java

Modified: 
uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java
URL: 
http://svn.apache.org/viewvc/uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java?rev=1176323&r1=1176322&r2=1176323&view=diff
==============================================================================
--- 
uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java
 (original)
+++ 
uima/uimaj/trunk/uimaj-ep-launcher/src/main/java/org/apache/uima/ep_launcher/RemoteLauncher.java
 Tue Sep 27 10:55:39 2011
@@ -37,6 +37,7 @@ import org.apache.uima.resource.Resource
 import org.apache.uima.util.FileUtils;
 import org.apache.uima.util.XMLInputSource;
 import org.apache.uima.util.XMLSerializer;
+import org.apache.uima.util.impl.ProcessTrace_impl;
 import org.xml.sax.SAXException;
 
 /**
@@ -339,6 +340,7 @@ public class RemoteLauncher {
     
     findAndProcessFiles(inputResource, fileFilter, ae, cas);
     
+    ae.collectionProcessComplete(new ProcessTrace_impl());
     ae.destroy();
   }
 }


Reply via email to