Author: mattmann
Date: Sat Aug 2 05:10:38 2014
New Revision: 1615287
URL: http://svn.apache.org/r1615287
Log:
- fix for OODT-724: Crawler action bean config refers to WORKFLOWMGR_URL
Modified:
oodt/trunk/CHANGES.txt
oodt/trunk/crawler/src/main/resources/action-beans.xml
Modified: oodt/trunk/CHANGES.txt
URL:
http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1615287&r1=1615286&r2=1615287&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Aug 2 05:10:38 2014
@@ -4,6 +4,8 @@ Apache OODT Change Log
Release 0.7 - Current Development
--------------------------------------------
+* OODT-724 Crawler action bean config refers to WORKFLOWMGR_URL (mattmann)
+
* OODT-723 Fix File Manager unit tests (step 3) - fix test class in
'validation'
package (rlaidlaw)
Modified: oodt/trunk/crawler/src/main/resources/action-beans.xml
URL:
http://svn.apache.org/viewvc/oodt/trunk/crawler/src/main/resources/action-beans.xml?rev=1615287&r1=1615286&r2=1615287&view=diff
==============================================================================
--- oodt/trunk/crawler/src/main/resources/action-beans.xml (original)
+++ oodt/trunk/crawler/src/main/resources/action-beans.xml Sat Aug 2 05:10:38
2014
@@ -30,7 +30,7 @@ the License.
<props>
<prop
key="crawler.failure.dir">[FAILURE_DIR]</prop>
<prop
key="crawler.backup.dir">[BACKUP_DIR]</prop>
- <prop
key="crawler.workflowmgr.url">[WORKFLOWMGR_URL]</prop>
+ <prop
key="crawler.workflowmgr.url">[WORKFLOW_URL]</prop>
<prop
key="crawler.filemgr.url">[FILEMGR_URL]</prop>
<prop
key="crawler.client.transferer">org.apache.oodt.cas.filemgr.datatransfer.LocalDataTransferFactory</prop>
<prop key="crawler.met.file.ext">met</prop>