You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "William McCusker (JIRA)" <ji...@apache.org> on 2009/07/22 23:17:14 UTC

[jira] Issue Comment Edited: (ODE-380) Message#setHeaderPart should overwrite any previous value

    [ https://issues.apache.org/jira/browse/ODE-380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734325#action_12734325 ] 

William McCusker edited comment on ODE-380 at 7/22/09 2:17 PM:
---------------------------------------------------------------

Found a problem with the test case. It was only checking the return from getHeaderParts which will return a single header for a given name since it is a map. Will add a check to the underlying dom then will resubmit patch once it is fixed

      was (Author: wmccusker):
    Found a problem with the test case. will resubmit patch once it is fixed
  
> Message#setHeaderPart should overwrite any previous value
> ---------------------------------------------------------
>
>                 Key: ODE-380
>                 URL: https://issues.apache.org/jira/browse/ODE-380
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 1.2
>            Reporter: Alexis Midon
>             Fix For: 2.0
>
>
> org.apache.ode.bpel.iapi.Message#setHeaderPart should overwrite any previous value if called twice.
> As of today, a new element with the same name is appended to the document. So you can get something like:
> <?xml version="1.0" encoding="UTF-8"?>
> <header>
>    <header_ABC>foo</header_ABC>
>    <header_ABC>bar</header_ABC>
> </header>
> Then when Message.getHeaderPart is invoked, the first element is returned.
> The fix must make sure that Message#setHeaderPart overwrite any existing value of the given header.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.