Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 65715 invoked from network); 10 Dec 2010 17:35:23 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Dec 2010 17:35:23 -0000 Received: (qmail 33521 invoked by uid 500); 10 Dec 2010 17:35:23 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 33487 invoked by uid 500); 10 Dec 2010 17:35:22 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 33479 invoked by uid 99); 10 Dec 2010 17:35:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 17:35:22 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Dec 2010 17:35:21 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id oBAHZ1tT012925 for ; Fri, 10 Dec 2010 17:35:01 GMT Message-ID: <31164859.61661292002501070.JavaMail.jira@thor> Date: Fri, 10 Dec 2010 12:35:01 -0500 (EST) From: "Daniel Kulp (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-3183) http-osgi transport not registered on proper id MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 http-osgi transport not registered on proper id ----------------------------------------------- Key: CXF-3183 URL: https://issues.apache.org/jira/browse/CXF-3183 Project: CXF Issue Type: Bug Affects Versions: 2.3.1, 2.3.0 Reporter: Daniel Kulp Assignee: Daniel Kulp Fix For: 2.3.2 The OSGi http transport is not propertly registered on the http://cxf.apache.org/transports/http transportId. Thus, the SOAPTransportFactory cannot properly map it and OSGi services fail to start. Workaround is to add a transportId="http://schemas.xmlsoap.org/wsdl/http/" to the jaxws:endpoint definitions in the spring-dm beans.xml. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.