You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2015/12/26 20:06:20 UTC

cxf git commit: CXF-6622: Enhance Failover Feature to support Circuit Breakers based implementation. Updated sample README.txt.

Repository: cxf
Updated Branches:
  refs/heads/master 309f0c9fa -> 47a431412


CXF-6622: Enhance Failover Feature to support Circuit Breakers based implementation. Updated sample README.txt.


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/47a43141
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/47a43141
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/47a43141

Branch: refs/heads/master
Commit: 47a431412dbd7669d89a70d6fed49053e70dfed1
Parents: 309f0c9
Author: reta <dr...@gmail.com>
Authored: Sat Dec 26 14:05:04 2015 -0500
Committer: reta <dr...@gmail.com>
Committed: Sat Dec 26 14:05:04 2015 -0500

----------------------------------------------------------------------
 .../src/main/release/samples/clustering/README.txt        | 10 ++++++----
 .../src/main/resources/OSGI-INF/blueprint/blueprint.xml   |  1 -
 2 files changed, 6 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/47a43141/distribution/src/main/release/samples/clustering/README.txt
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/clustering/README.txt b/distribution/src/main/release/samples/clustering/README.txt
index 148a5f6..e09c865 100644
--- a/distribution/src/main/release/samples/clustering/README.txt
+++ b/distribution/src/main/release/samples/clustering/README.txt
@@ -42,12 +42,11 @@ In order to install CXF's features, you need to add the CXF's features repo usin
 
  where 3.n.m corresponds to a valid CXF version number (e.g., 3.1.5).
 
-Install CXF's cxf-jaxws and cxf-features-clustering feature that installs 
-all the required bundles for this demo bundle.
+Install CXF's cxf-jaxws and cxf-features-clustering features:
 
-  feature:install cxf-features-clustering
+  feature:install cxf-jaxws cxf-features-clustering
 
-Install this demo bundles:
+Install the required bundles:
 
   install -s mvn:org.apache.cxf.samples/failover_server
   install -s mvn:org.apache.cxf.samples/failover_jaxws_osgi
@@ -61,6 +60,9 @@ Install this demo bundles:
   install -s mvn:org.qi4j.library/org.qi4j.library.jmx/2.1
   install -s mvn:org.qi4j.library/org.qi4j.library.circuitbreaker/2.1
   
+Install this demo bundles:
+  install -s mvn:org.apache.cxf.samples/failover_server/3.n.m
+  install -s mvn:org.apache.cxf.samples/failover_jaxws_osgi/3.n.m
 
 You can verify if the Apache CXF Blueprint Demo Server and JAX-WS
 Failover client are installed and started.

http://git-wip-us.apache.org/repos/asf/cxf/blob/47a43141/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/src/main/resources/OSGI-INF/blueprint/blueprint.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/src/main/resources/OSGI-INF/blueprint/blueprint.xml b/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/src/main/resources/OSGI-INF/blueprint/blueprint.xml
index 549697d..9481a8a 100644
--- a/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/src/main/resources/OSGI-INF/blueprint/blueprint.xml
+++ b/distribution/src/main/release/samples/clustering/failover_jaxws_osgi/src/main/resources/OSGI-INF/blueprint/blueprint.xml
@@ -17,7 +17,6 @@
   specific language governing permissions and limitations
   under the License.
 -->
-<!-- START SNIPPET: blueprint -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xmlns:jaxws="http://cxf.apache.org/blueprint/jaxws"