Author: cwiklik
Date: Thu May  3 15:53:14 2012
New Revision: 1333516

URL: http://svn.apache.org/viewvc?rev=1333516&view=rev
Log:
UIMA-2394 log exception thrown from waitForServiceNotification()

Modified:
    
uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java

Modified: 
uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java
URL: 
http://svn.apache.org/viewvc/uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java?rev=1333516&r1=1333515&r2=1333516&view=diff
==============================================================================
--- 
uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java
 (original)
+++ 
uima/uima-as/trunk/uimaj-as-activemq/src/main/java/org/apache/uima/adapter/jms/activemq/SpringContainerDeployer.java
 Thu May  3 15:53:14 2012
@@ -302,6 +302,9 @@ public class SpringContainerDeployer imp
       //  success, the service initialized
       startListeners();
     } catch (Exception e) {
+      UIMAFramework.getLogger(CLASS_NAME).logrb(Level.WARNING, 
CLASS_NAME.getName(), "initializeContainer",
+              JmsConstants.JMS_LOG_RESOURCE_BUNDLE, 
"UIMAJMS_exception__WARNING",
+              e);
       // Query the container for objects that implement
       // ControllerLifecycle interface. These
       // objects are typically of type AnalysisEngineController or


Reply via email to