Author: mattmann
Date: Tue Jun  9 14:03:57 2015
New Revision: 1684425

URL: http://svn.apache.org/r1684425
Log:
Finally fully implement OODT-785 and get the batch stub legacy mode props in 
there. Thanks to Val.

Modified:
    
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/bin/batch_stub

Modified: 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/bin/batch_stub
URL: 
http://svn.apache.org/viewvc/oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/bin/batch_stub?rev=1684425&r1=1684424&r2=1684425&view=diff
==============================================================================
--- 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/bin/batch_stub
 (original)
+++ 
oodt/trunk/mvn/archetypes/radix/src/main/resources/archetype-resources/resmgr/src/main/resources/bin/batch_stub
 Tue Jun  9 14:03:57 2015
@@ -27,5 +27,7 @@ if ( $#argv != 1 ) then
 else
         java -Djava.ext.dirs=../lib \
         org.apache.oodt.cas.resource.system.extern.XmlRpcBatchStub \
+        -Dorg.apache.oodt.cas.pge.task.metkeys.legacyMode="true" \
+        -Dorg.apache.oodt.cas.pge.task.status.legacyMode="true" \
         --portNum $1&
 endif


Reply via email to