Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 60531 invoked from network); 22 Apr 2008 21:10:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Apr 2008 21:10:43 -0000 Received: (qmail 5235 invoked by uid 500); 22 Apr 2008 21:10:45 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 5155 invoked by uid 500); 22 Apr 2008 21:10:45 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 5137 invoked by uid 99); 22 Apr 2008 21:10:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 14:10:44 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Apr 2008 21:10:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6650C234C0E3 for ; Tue, 22 Apr 2008 14:07:21 -0700 (PDT) Message-ID: <1104679447.1208898441407.JavaMail.jira@brutus> Date: Tue, 22 Apr 2008 14:07:21 -0700 (PDT) From: "Daniel Kulp (JIRA)" To: cxf-issues@incubator.apache.org Subject: [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 In-Reply-To: <1150402102.1208833281427.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on 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.