Author: challngr
Date: Thu Oct 17 16:26:58 2013
New Revision: 1533134

URL: http://svn.apache.org/r1533134
Log:
UIMA-3260 Try again, accidentally deleted call to set the default domain from 
NodeIdentity.

Modified:
    
uima/sandbox/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/NodeConfiguration.java

Modified: 
uima/sandbox/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/NodeConfiguration.java
URL: 
http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/NodeConfiguration.java?rev=1533134&r1=1533133&r2=1533134&view=diff
==============================================================================
--- 
uima/sandbox/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/NodeConfiguration.java
 (original)
+++ 
uima/sandbox/uima-ducc/trunk/uima-ducc-common/src/main/java/org/apache/uima/ducc/common/NodeConfiguration.java
 Thu Oct 17 16:26:58 2013
@@ -791,6 +791,7 @@ public class NodeConfiguration 
         if ( ducc_home == null ) {
             throw new IllegalConfigurationException("DUCC_HOME must be defined 
as a system property.");
         }
+        defaultDomain = getDomainName();
 
         config_file_name = resolve(config_file_name);
         in = new BufferedReader(new FileReader(config_file_name));


Reply via email to