You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ode.apache.org by "Christian Connert (JIRA)" <ji...@apache.org> on 2010/03/15 14:00:27 UTC

[jira] Created: (ODE-781) SOAP Headers are not serialized

SOAP Headers are not serialized
-------------------------------

                 Key: ODE-781
                 URL: https://issues.apache.org/jira/browse/ODE-781
             Project: ODE
          Issue Type: Bug
          Components: BPEL Runtime
    Affects Versions: 2.0-beta2
            Reporter: Christian Connert
         Attachments: BpelRuntimeContextImpl.java.patch

Hi,

I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.

Greetings

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


[jira] Updated: (ODE-781) SOAP Headers are not serialized

Posted by "Christian Connert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Connert updated ODE-781:
----------------------------------

    Comment: was deleted

(was: Patch)

> SOAP Headers are not serialized
> -------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

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


[jira] Updated: (ODE-781) Only the frist SOAP Headers is serialized further Headers are missing

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-781:
---------------------------------

    Fix Version/s: 1.3.5

> Only the frist SOAP Headers is serialized further Headers are missing
> ---------------------------------------------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>             Fix For: 1.3.5
>
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-781) Only the frist SOAP Headers is serialized further Headers are missing

Posted by "Tammo van Lessen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tammo van Lessen updated ODE-781:
---------------------------------

    Fix Version/s: 2.0-beta3
                       (was: 1.3.5)

> Only the frist SOAP Headers is serialized further Headers are missing
> ---------------------------------------------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>             Fix For: 2.0-beta3
>
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ODE-781) SOAP Headers are not serialized

Posted by "Christian Connert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Connert updated ODE-781:
----------------------------------

    Attachment: BpelRuntimeContextImpl.java.patch

Patch

> SOAP Headers are not serialized
> -------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

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


[jira] Updated: (ODE-781) Only the frist SOAP Headers is serialized further Headers are missing

Posted by "Christian Connert (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ODE-781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Connert updated ODE-781:
----------------------------------

    Summary: Only the frist SOAP Headers is serialized further Headers are missing  (was: SOAP Headers are not serialized)

> Only the frist SOAP Headers is serialized further Headers are missing
> ---------------------------------------------------------------------
>
>                 Key: ODE-781
>                 URL: https://issues.apache.org/jira/browse/ODE-781
>             Project: ODE
>          Issue Type: Bug
>          Components: BPEL Runtime
>    Affects Versions: 2.0-beta2
>            Reporter: Christian Connert
>         Attachments: BpelRuntimeContextImpl.java.patch
>
>
> Hi,
> I use the ODE specific dynamic header mechanism to handle SOAP headers inside the BPEL process. Unfortunately ODE does only serialize the first SOAP header. After some debugging I found out that the problem is caused by a bug in the buildOutgoingMessage method of the BpelRuntimeContextImpl.java as a headerPart is removed from the outgoingElmt (line 570), which modifies the underlying parts NodeList. I appended a patch to fixes this problem.
> Greetings

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