You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2008/04/22 05:01:21 UTC

[jira] Created: (CXF-1537) Out only out-of-band headers don't code gen correctly (with -exsh true) and runtime doesn't work with -exsh false

Out only out-of-band headers don't code gen correctly (with -exsh true) and runtime doesn't work with -exsh false
-----------------------------------------------------------------------------------------------------------------

                 Key: CXF-1537
                 URL: https://issues.apache.org/jira/browse/CXF-1537
             Project: CXF
          Issue Type: Bug
          Components: JAX-WS Runtime, Tooling
    Affects Versions: 2.0.5
            Reporter: Daniel Kulp
            Assignee: Daniel Kulp
             Fix For: 2.0.6



With an outbound only out-of-band header with a BARE method (not wrapped), the code generator messes up the method signature if -exsh true is specified. 

If -exsh false is specified, the code is generated correctly, but the HolderInInterceptor and HolderOutInterceptor are expecting there to be parts/holders for those headers and an IndexOutOfBoundsException is thrown.



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


[jira] Resolved: (CXF-1537) Out only out-of-band headers don't code gen correctly (with -exsh true) and runtime doesn't work with -exsh false

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

Daniel Kulp resolved CXF-1537.
------------------------------

    Resolution: Fixed

> Out only out-of-band headers don't code gen correctly (with -exsh true) and runtime doesn't work with -exsh false
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1537
>                 URL: https://issues.apache.org/jira/browse/CXF-1537
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime, Tooling
>    Affects Versions: 2.0.5
>            Reporter: Daniel Kulp
>            Assignee: Daniel Kulp
>             Fix For: 2.0.6
>
>
> With an outbound only out-of-band header with a BARE method (not wrapped), the code generator messes up the method signature if -exsh true is specified. 
> If -exsh false is specified, the code is generated correctly, but the HolderInInterceptor and HolderOutInterceptor are expecting there to be parts/holders for those headers and an IndexOutOfBoundsException is thrown.

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