Return-Path: X-Original-To: apmail-camel-issues-archive@minotaur.apache.org Delivered-To: apmail-camel-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5ACC49101 for ; Mon, 4 Jun 2012 20:36:23 +0000 (UTC) Received: (qmail 70602 invoked by uid 500); 4 Jun 2012 20:36:23 -0000 Delivered-To: apmail-camel-issues-archive@camel.apache.org Received: (qmail 70559 invoked by uid 500); 4 Jun 2012 20:36:23 -0000 Mailing-List: contact issues-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list issues@camel.apache.org Received: (qmail 70505 invoked by uid 99); 4 Jun 2012 20:36:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2012 20:36:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id E34EC1404B9 for ; Mon, 4 Jun 2012 20:36:22 +0000 (UTC) Date: Mon, 4 Jun 2012 20:36:22 +0000 (UTC) From: "Gert Vanthienen (JIRA)" To: issues@camel.apache.org Message-ID: <2094845563.36103.1338842182933.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (CAMEL-5331) NPE when using bare SOAP parameter binding with payload mode MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gert Vanthienen created CAMEL-5331: -------------------------------------- Summary: NPE when using bare SOAP parameter binding with payload mode Key: CAMEL-5331 URL: https://issues.apache.org/jira/browse/CAMEL-5331 Project: Camel Issue Type: Bug Components: camel-cxf Affects Versions: 2.9.2, 2.8.5, 2.10.0 Reporter: Gert Vanthienen Assignee: Gert Vanthienen When combining a webservice that uses bare SOAP parameter binding with payload mode in camel-cxf, you get this NullPointerException: {noformat} java.lang.NullPointerException at org.apache.camel.component.cxf.CxfEndpoint$CamelCxfClientImpl.setParameters(CxfEndpoint.java:877) at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:512) at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:457) at org.apache.camel.component.cxf.CxfProducer.process(CxfProducer.java:112) at org.apache.camel.util.AsyncProcessorHelper.process(AsyncProcessorHelper.java:73) ... {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira