Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 31A0E200BE3 for ; Thu, 22 Dec 2016 18:35:15 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 30386160B27; Thu, 22 Dec 2016 17:35:15 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 589AF160B1B for ; Thu, 22 Dec 2016 18:35:14 +0100 (CET) Received: (qmail 95746 invoked by uid 500); 22 Dec 2016 17:35:13 -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 95737 invoked by uid 99); 22 Dec 2016 17:35:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Dec 2016 17:35:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 78284DFC15; Thu, 22 Dec 2016 17:35:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sergeyb@apache.org To: commits@cxf.apache.org Date: Thu, 22 Dec 2016 17:35:13 -0000 Message-Id: <622f609d5d3b42a6a43de75085f83082@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] cxf git commit: Adding a curcuit-breaker-failover element to clustering.xsd archived-at: Thu, 22 Dec 2016 17:35:15 -0000 Repository: cxf Updated Branches: refs/heads/master 7f4a24d03 -> 443fe6b1b Adding a curcuit-breaker-failover element to clustering.xsd Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ce274c7b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ce274c7b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ce274c7b Branch: refs/heads/master Commit: ce274c7b4450279f2c0d4deae5bc5c3952af5c42 Parents: 7f4a24d Author: Sergey Beryozkin Authored: Thu Dec 22 17:31:53 2016 +0000 Committer: Sergey Beryozkin Committed: Thu Dec 22 17:31:53 2016 +0000 ---------------------------------------------------------------------- .../src/main/resources/schemas/clustering.xsd | 32 ++++++++++++++++++-- .../clustering/circuit_breaker_failover.xml | 8 ++++- 2 files changed, 36 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/ce274c7b/rt/features/clustering/src/main/resources/schemas/clustering.xsd ---------------------------------------------------------------------- diff --git a/rt/features/clustering/src/main/resources/schemas/clustering.xsd b/rt/features/clustering/src/main/resources/schemas/clustering.xsd index 3077b1a..9fd206d 100644 --- a/rt/features/clustering/src/main/resources/schemas/clustering.xsd +++ b/rt/features/clustering/src/main/resources/schemas/clustering.xsd @@ -39,7 +39,7 @@ - Configures the strategy that the failover feature will be used. The Strategy object instance need to be implemented the org.apache.cxf.clustering.FailoverStrategy. + Configures the strategy that the failover feature will use. The Strategy object instance need to implement the org.apache.cxf.clustering.FailoverStrategy. @@ -63,12 +63,12 @@ - Configures the strategy that the loadDistributor feature will be used. The Strategy object instance need to be implemented the org.apache.cxf.clustering.FailoverStrategy. + Configures the strategy that the loadDistributor feature will use. The Strategy object instance need to implement the org.apache.cxf.clustering.FailoverStrategy. - Configures the the targetSelector which will be used in the loadDistributor feature. + Configures the targetSelector which will be used in the loadDistributor feature. @@ -76,5 +76,31 @@ + + + + Configures the circuit breaker feature. This element is associated with the org.apache.cxf.clustering.FailoverFeature object. + + + + + + + + Configures the strategy that the circuit breaker feature will use. The Strategy object instance need to implement the org.apache.cxf.clustering.FailoverStrategy. + + + + + Configures the targetSelector which will be used in the loadDistributor feature. + + + + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cxf/blob/ce274c7b/systests/uncategorized/src/test/java/org/apache/cxf/systest/clustering/circuit_breaker_failover.xml ---------------------------------------------------------------------- diff --git a/systests/uncategorized/src/test/java/org/apache/cxf/systest/clustering/circuit_breaker_failover.xml b/systests/uncategorized/src/test/java/org/apache/cxf/systest/clustering/circuit_breaker_failover.xml index e9b81e3..2d75383 100644 --- a/systests/uncategorized/src/test/java/org/apache/cxf/systest/clustering/circuit_breaker_failover.xml +++ b/systests/uncategorized/src/test/java/org/apache/cxf/systest/clustering/circuit_breaker_failover.xml @@ -17,7 +17,13 @@ specific language governing permissions and limitations under the License. --> - +