You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2016/11/08 10:46:11 UTC

[2/2] activemq-artemis git commit: Allow empty/no address for cluster connections

Allow empty/no address for cluster connections


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b9e5264d
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b9e5264d
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b9e5264d

Branch: refs/heads/ARTEMIS-780
Commit: b9e5264d1f6bad6129041874d79ba6bc9a498d01
Parents: c9b557d
Author: Martyn Taylor <mt...@redhat.com>
Authored: Mon Nov 7 17:39:18 2016 +0000
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Tue Nov 8 10:21:40 2016 +0000

----------------------------------------------------------------------
 artemis-tools/src/test/resources/artemis-configuration.xsd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b9e5264d/artemis-tools/src/test/resources/artemis-configuration.xsd
----------------------------------------------------------------------
diff --git a/artemis-tools/src/test/resources/artemis-configuration.xsd b/artemis-tools/src/test/resources/artemis-configuration.xsd
index 4c3e068..e8b9161 100644
--- a/artemis-tools/src/test/resources/artemis-configuration.xsd
+++ b/artemis-tools/src/test/resources/artemis-configuration.xsd
@@ -1265,7 +1265,7 @@
 
    <xsd:complexType name="cluster-connectionType">
       <xsd:sequence>
-         <xsd:element name="address" type="xsd:string" maxOccurs="1" minOccurs="1">
+         <xsd:element name="address" type="xsd:string" maxOccurs="1" minOccurs="0">
             <xsd:annotation>
                <xsd:documentation>
                   name of the address this cluster connection applies to