Return-Path: X-Original-To: apmail-cxf-dev-archive@www.apache.org Delivered-To: apmail-cxf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 58ED4E717 for ; Wed, 16 Jan 2013 03:24:56 +0000 (UTC) Received: (qmail 57552 invoked by uid 500); 16 Jan 2013 03:24:56 -0000 Delivered-To: apmail-cxf-dev-archive@cxf.apache.org Received: (qmail 57047 invoked by uid 500); 16 Jan 2013 03:24:52 -0000 Mailing-List: contact dev-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 dev@cxf.apache.org Received: (qmail 57004 invoked by uid 99); 16 Jan 2013 03:24:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 03:24:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of dhiegoabrantes@gmail.com designates 74.125.83.41 as permitted sender) Received: from [74.125.83.41] (HELO mail-ee0-f41.google.com) (74.125.83.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 03:24:44 +0000 Received: by mail-ee0-f41.google.com with SMTP id c13so415866eek.0 for ; Tue, 15 Jan 2013 19:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=VhTW0Lk2UuUSrJSPiqSqfL1JMNo6D+WBl6pMQTpuVCM=; b=p8oCiJk6prXxCmvXKViH4V32GT/u4ART6OEx0uhiWiYM0lToDqhJvi/A8g8ZJiiTxR bVryZhRTRwArWe/V/vG7GaB6MbDWr5s/hIAD3o2kvsl0jL0bzCWAah3GiW/jKwWvsz/R DqdQrDBYv4BAU3X7wCZgn47e1huPP5mQPrVbPEYTvMN/GftBw17SqzRmMz63pyGVsDUu Ggi/7hzqbOf3nmxdyrqW2LaQpAm6xcakaAlNGOk0yoyVJ+Z/sKuR95NeH8FzNVcRvSBT 9YGmk7kWQuPokgLlfy94Iot5xWsTqBML8HqUtY/82Fph9dAqv6CkHbsc5MqPMFlv/09S t/bg== Received: by 10.14.204.198 with SMTP id h46mr248008473eeo.1.1358306663400; Tue, 15 Jan 2013 19:24:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.98.199 with HTTP; Tue, 15 Jan 2013 19:23:43 -0800 (PST) From: Dhiego Abrantes de Oliveira Martins Date: Wed, 16 Jan 2013 00:23:43 -0300 Message-ID: Subject: Consuming DOSGi WS Component To: dev@cxf.apache.org Content-Type: multipart/alternative; boundary=047d7b343e3c2b031c04d35f6a78 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b343e3c2b031c04d35f6a78 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I'm implementing a bundle manager over iPOJO and CXF DOSGi. I have a osgi container (felix) with some bundles (dosgi/webservices) deployed. I need to provide (or return) a bundle service reference/endpoint to 'application client'. The 'application client' will consume the dosgi (webservice) through service reference/endpoint returned, and use it, invoking yours methods. For example: I have a bundle deployed as 'serviceOne'. It's a webservice deployed by iPOJO and CXF DOSGi and running in http://localhost:9090/serviceOne. So, I need return the address of 'serviceOne'. I try access BundleContext, but was unsuccessful. Best regards! []'s Dhiego --047d7b343e3c2b031c04d35f6a78--