Heejoon Chae created AIRAVATA-943:
-------------------------------------
Summary: Xbaya output component's notification bug.
Key: AIRAVATA-943
URL: https://issues.apache.org/jira/browse/AIRAVATA-943
Project: Airavata
Issue Type: Bug
Components: XBaya
Affects Versions: 0.9
Reporter: Heejoon Chae
Fix For: 0.9
If the result output string contains '&' character, the output component
receives '&' as below.
The echo component generates 'test&test' string, but at the output component's
notification(pops up by clicking monitoring panel) got 'test&test'.
This brakes the http:xxx links if it has '&' character as final output result.
<ns:receivedResult infoModelVersion="2.6"
xmlns:ns="http://airavata.apache.org/schemas/wft/2011/08">
<ns:notificationSource
ns:serviceID="Workflow3_0dfe6216_8631_4de6_81fd_6eaa2f778316"
ns:experimentID="Workflow3_0dfe6216-8631-4de6-81fd-6eaa2f778316" />
<ns:timestamp>2013-10-23T17:29:39.599+09:00</ns:timestamp>
<ns:description>result=test&test</ns:description>
<ns:annotation />
<ns:result>
<ns:body>
<ns1:invokeResponse xmlns:ns1="http://ws.apache.org/axis2/xsd">
<ns:result xsi:type="ns:URIParameterType"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns="http://airavata.apache.org/schemas/gfac/2012/12">
<value>test&test</value>
</ns:result>
</ns1:invokeResponse>
</ns:body>
</ns:result>
<ns:responder ns:serviceID="local_echo_invoke"
ns:workflowID="Workflow3_0dfe6216_8631_4de6_81fd_6eaa2f778316"
ns:workflowTimestep="0" ns:workflowNodeID="local_echo_invoke" />
</ns:receivedResult>
--
This message was sent by Atlassian JIRA
(v6.1#6144)