Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
0.1-incubating
-
None
-
none
Description
for example, the following would NOT replace "[BATCH_STUB_PORT]" and thus given an invalid URL exception:
<cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
<node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]" capacity="8"/>
</cas:resourcenodes>
the following would replace "[BATCH_STUB_PORT]":
<cas:resourcenodes xmlns:cas="http://oodt.jpl.nasa.gov/1.0/cas">
<node nodeId="localhost" ip="http://localhost:[BATCH_STUB_PORT]" capacity="8" envReplace="true"/>
</cas:resourcenodes>