Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 49633 invoked from network); 20 Jul 2010 14:52:47 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 20 Jul 2010 14:52:47 -0000 Received: (qmail 46314 invoked by uid 500); 20 Jul 2010 14:52:47 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 46285 invoked by uid 500); 20 Jul 2010 14:52:46 -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 46255 invoked by uid 99); 20 Jul 2010 14:52:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Jul 2010 14:52:46 +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; Tue, 20 Jul 2010 14:52:43 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o6KEiqHO028149 for ; Tue, 20 Jul 2010 14:44:52 GMT Message-ID: <13740156.475061279637092419.JavaMail.jira@thor> Date: Tue, 20 Jul 2010 10:44:52 -0400 (EDT) From: "David Bosschaert (JIRA)" To: issues@cxf.apache.org Subject: [jira] Updated: (DOSGI-72) DOSGI not working with HTTP Service In-Reply-To: <3858325.49761275052841714.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DOSGI-72?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Bosschaert updated DOSGI-72: ---------------------------------- Fix Version/s: 1.2 > DOSGI not working with HTTP Service > ----------------------------------- > > Key: DOSGI-72 > URL: https://issues.apache.org/jira/browse/DOSGI-72 > Project: CXF Distributed OSGi > Issue Type: Bug > Components: DSW > Affects Versions: 1.2 > Reporter: Julien Vey > Assignee: David Bosschaert > Fix For: 1.2 > > Attachments: HttpServiceConfigurationTypeHandlerTest.java.patch, HttpServiceProxy.patch > > > When using dosgi property" org.apache.cxf.ws.httpservice.context" to export a service, the endpoint is created but on the client side, the service generated is null. > In org.apache.cxf.dosgi.dsw.handler.HttpServiceConfigurationTypeHandler, the createProxy method is null. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.