Return-Path: X-Original-To: apmail-cxf-commits-archive@www.apache.org Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9B280E787 for ; Sat, 26 Jan 2013 09:48:19 +0000 (UTC) Received: (qmail 65233 invoked by uid 500); 26 Jan 2013 09:48:19 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 65114 invoked by uid 500); 26 Jan 2013 09:48:18 -0000 Mailing-List: contact commits-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 commits@cxf.apache.org Received: (qmail 65089 invoked by uid 99); 26 Jan 2013 09:48:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2013 09:48:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Jan 2013 09:48:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3669E23888D2 for ; Sat, 26 Jan 2013 09:47:57 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r848051 - in /websites/production/cxf/content: cache/main.pageCache dosgi-apache-karaf-feature.html dosgi-releases.html Date: Sat, 26 Jan 2013 09:47:57 -0000 To: commits@cxf.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130126094757.3669E23888D2@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Sat Jan 26 09:47:56 2013 New Revision: 848051 Log: Production update by buildbot for cxf Modified: websites/production/cxf/content/cache/main.pageCache websites/production/cxf/content/dosgi-apache-karaf-feature.html websites/production/cxf/content/dosgi-releases.html Modified: websites/production/cxf/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/cxf/content/dosgi-apache-karaf-feature.html ============================================================================== --- websites/production/cxf/content/dosgi-apache-karaf-feature.html (original) +++ websites/production/cxf/content/dosgi-apache-karaf-feature.html Sat Jan 26 09:47:56 2013 @@ -138,14 +138,19 @@ Apache CXF -- DOSGi Apache Karaf Feature

CXF DOSGi in Apache Karaf

+

Since version 1.4.0 of CXF DOSGi there is a feature for Apache Karaf which makes installing DOSGi really easy. Using the descriptions below a working demo should be up in less than 10 minutes.

+

Download and unpack Apache Karaf

+ + +
CXF DOSGi does not work with Karaf 2.3.0. Please use the latest 2.2.x version for now.

Installation of CXF-DOSGi

-features:addurl mvn:org.apache.cxf.dosgi/cxf-dosgi/1.4-SNAPSHOT/xml/features
+features:chooseurl cxf-dosgi 1.4.0
 features:install cxf-dosgi-discovery-distributed
 
@@ -179,8 +184,8 @@ zookeeper.port:2181
-install -s mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-interface/1.4-SNAPSHOT
-install -s mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-impl/1.4-SNAPSHOT
+install -s mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-interface/1.4.0
+install -s mvn:org.apache.cxf.dosgi.samples/cxf-dosgi-ri-samples-greeter-impl/1.4.0
 
@@ -188,7 +193,7 @@ install -s mvn:org.apache.cxf.dosgi.samp

log:display should show the greeter service being exported:

-2013-01-07 10:50:52,108 | INFO  | pool-13-thread-1 | TopologyManagerExport            | r.exporter.TopologyManagerExport  257 | 114 - cxf-dosgi-ri-topology-manager - 1.4.0.SNAPSHOT | TopologyManager: export sucessful Endpoints: [Endpoint Desctiption for ServiceReference [org.apache.cxf.dosgi.samples.greeter.GreeterService]
+2013-01-07 10:50:52,108 | INFO  | pool-13-thread-1 | TopologyManagerExport            | r.exporter.TopologyManagerExport  257 | 114 - cxf-dosgi-ri-topology-manager - 1.4.0 | TopologyManager: export sucessful Endpoints: [Endpoint Desctiption for ServiceReference [org.apache.cxf.dosgi.samples.greeter.GreeterService]
 *** EndpointDescription: **** 
 endpoint.framework.uuid  => 74455213-0926-4fa8-b3eb-0f9b4d15f119
 endpoint.id  => http://localhost:9090/greeter
@@ -202,6 +207,11 @@ service.intents  => [SOAP.1_1, HTTP, 
 ]
 
+ +

Access the service transparently from a second container

+ +
  • Unpack karaf in a second directory and also start it.
  • Do the installation steps from "Installation of CXF-DOSGi"
  • Install a client to a service that is published in the first container.
  • DOSGi will automatically install a proxy for you service that calls the published service remotely over CXF
+
Modified: websites/production/cxf/content/dosgi-releases.html ============================================================================== --- websites/production/cxf/content/dosgi-releases.html (original) +++ websites/production/cxf/content/dosgi-releases.html Sat Jan 26 09:47:56 2013 @@ -138,7 +138,12 @@ Apache CXF -- DOSGi Releases

Releases

-

Release 1.4.0 (coming soon)

+

Release 1.4.0 (current version)

+ + +

Highlights

@@ -147,7 +152,7 @@ Apache CXF -- DOSGi Releases

Known issues

-
  • The default aegis data format will not work with Apache Karaf 2.3.0. (See DOSGI-153). Please upgrade to Apache Karaf 2.3.1
+
  • The default aegis data format will not work with Apache Karaf 2.3.0. (See DOSGI-153). Please upgrade to Apache Karaf 2.3.1
  • The sytem package exports in the felix multibundle distro may not bee suitable to all felix versions

Migration

@@ -158,7 +163,7 @@ Apache CXF -- DOSGi Releases -

Release 1.3.1 (Current Release)

+

Release 1.3.1

1.3.1 is the current release of Distributed OSGi, as of April 10th 2012. For more information on what's new in this release, please see the README and release notes in each distribution. The various distributions can be downloaded as follows: