You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Shameera Rathnayaka (JIRA)" <ji...@apache.org> on 2015/10/07 20:09:26 UTC

[jira] [Closed] (AIRAVATA-943) Xbaya output component's notification bug.

     [ https://issues.apache.org/jira/browse/AIRAVATA-943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shameera Rathnayaka closed AIRAVATA-943.
----------------------------------------
    Resolution: Invalid

> 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
>            Assignee: Shameera Rathnayaka
>              Labels: Contributor, patch
>             Fix For: 0.17 
>
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> If the result output string contains '&' character, the output component receives '&amp;' as below.
> The echo component generates 'test&test' string, but at the output component's notification(pops up by clicking monitoring panel) got 'test&amp;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&amp;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&amp;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.3.4#6332)