Raminderjeet Singh created AIRAVATA-444:
-------------------------------------------
Summary: For each is not working if the input is of URIArray
Key: AIRAVATA-444
URL: https://issues.apache.org/jira/browse/AIRAVATA-444
Project: Airavata
Issue Type: Bug
Components: GFac, Workflow Interpreter
Affects Versions: 0.4-INCUBATING
Reporter: Raminderjeet Singh
After some fixes in GFAC to handle URIArray gfac is creating following output
of previous node but For each is not called for array size. Service in for-each
is called one time and that also fails.
<type:Split_files xsi:type="type:URIArrayType"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:type="http://schemas.airavata.apache.org/gfac/type">
<value>///scratch/01437/ogce/jobruns//Exposure_Split_Thu_May_31_15_16_58_EDT_2012_194114c8-3818-41f6-93b8-203696bf0345/outputData/odi-split-file00</value>
<value>///scratch/01437/ogce/jobruns//Exposure_Split_Thu_May_31_15_16_58_EDT_2012_194114c8-3818-41f6-93b8-203696bf0345/outputData/odi-split-file01</value>
<value>///scratch/01437/ogce/jobruns//Exposure_Split_Thu_May_31_15_16_58_EDT_2012_194114c8-3818-41f6-93b8-203696bf0345/outputData/odi-split-file02</value>
</type:Split_files>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira