You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2014/11/06 06:55:14 UTC

svn commit: r1637043 - in /oodt/trunk: CHANGES.txt mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties

Author: mattmann
Date: Thu Nov  6 05:55:14 2014
New Revision: 1637043

URL: http://svn.apache.org/r1637043
Log:
Fix for OODT-782 contributed by Github user murick This closes #8

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1637043&r1=1637042&r2=1637043&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Thu Nov  6 05:55:14 2014
@@ -3,7 +3,9 @@ Apache OODT Change Log
  
 Release 0.8 - Current Development
 
-* The wiki page command installs 0.6 version of the oodt radix installer (lewismc, Santosh SHankar)
+* OODT-782 Resource manager port number must be compatible with the one used in workflow.properties (Imran Mammaldi via mattmann)
+
+* OODT-769 The wiki page command installs 0.6 version of the oodt radix installer (lewismc, Santosh SHankar)
 
 * OODT-777 Update fileconcatenator-pge.tar for building fileconcatenator-pge (threeears via mattmann)
 

Modified: oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties
URL: http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties?rev=1637043&r1=1637042&r2=1637043&view=diff
==============================================================================
--- oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties (original)
+++ oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/workflow/src/main/resources/etc/workflow.properties Thu Nov  6 05:55:14 2014
@@ -33,7 +33,7 @@ org.apache.oodt.cas.workflow.engine.unli
 org.apache.oodt.cas.workflow.engine.preConditionWaitTime=10
 
 # set this if you want the workflow manager to submit jobs through the resource mgr
-org.apache.oodt.cas.workflow.engine.resourcemgr.url=http://localhost:9300
+org.apache.oodt.cas.workflow.engine.resourcemgr.url=http://localhost:9002
 
 # if you use the resource mgr submission, you can specify how many seconds the 
 # workflow manager should wait inbetween checking to see if a job is complete