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/10/29 14:56:44 UTC

svn commit: r708908 - /incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java

Author: eae
Date: Wed Oct 29 06:56:43 2008
New Revision: 708908

URL: http://svn.apache.org/viewvc?rev=708908&view=rev
Log:
apply uimaj-as-core-UIMA-1218-patch.txt

Modified:
    incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java

Modified: incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java
URL: http://svn.apache.org/viewvc/incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java?rev=708908&r1=708907&r2=708908&view=diff
==============================================================================
--- incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java (original)
+++ incubator/uima/sandbox/trunk/uima-as/uimaj-as-core/src/main/java/org/apache/uima/aae/controller/PrimitiveAnalysisEngineController_impl.java Wed Oct 29 06:56:43 2008
@@ -146,6 +146,12 @@
 		        System.out.println(">>>>>>>>> Service Has Stopped ....");
 		        throw new AsynchAEException(new ServiceShutdownException());
 		      }
+		     ex1.printStackTrace();
+		     if (UIMAFramework.getLogger(CLASS_NAME).isLoggable(Level.WARNING)) {
+		        UIMAFramework.getLogger(CLASS_NAME).logrb(Level.WARNING, getClass().getName(), "initialize", UIMAEE_Constants.JMS_LOG_RESOURCE_BUNDLE, "UIMAEE_exception__WARNING", new Object[] { ex1 });
+		     }
+         latch.openLatch(getName(), isTopLevelComponent(), true);
+		     throw new AsynchAEException(ex1);
 			}
 			if ( serviceInfo == null )
 			{