http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-configuration.xml
index cb462cf..8efc20a 100644
--- 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server1/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-jms.xml
 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-jms.xml
index e9e4f9d..c3b0393 100644
--- 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-users.xml
 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/replicated-failback-static/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-configuration.xml
index 15b539f..dc63477 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-jms.xml
index 13222eb..889b59d 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-configuration.xml
index 5c8bf43..cb37bc9 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server1/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-jms.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-jms.xml
index e9e4f9d..c3b0393 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-users.xml
 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/replicated-failback/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
index 8657964..dd2ed3f 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-jms.xml
index 13222eb..889b59d 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
index ae91fec..835dc38 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server1/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-jms.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-jms.xml
index e9e4f9d..c3b0393 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-users.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-configuration.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-configuration.xml
index d3e72c9..5fa9ed2 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-configuration.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server2/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-jms.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-jms.xml
index 4f2ea0f..41d711b 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-jms.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-users.xml
 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-users.xml
+++ 
b/examples/jms/replicated-multiple-failover/src/main/resources/hornetq/server2/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
index b9c921c..9ed557f 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq /schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq /schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-jms.xml
index d9203c4..a4c9e68 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
index 582e0a5..f95ed77 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq /schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq /schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server1/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-jms.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-jms.xml
index d9203c4..a4c9e68 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-users.xml
 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/replicated-transaction-failover/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-configuration.xml
index bea0a8f..25e8fc2 100644
--- 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-jms.xml
index 112fefc..452b958 100644
--- 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/request-reply/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/dup-send/src/main/resources/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/dup-send/src/main/resources/activemq-configuration.xml 
b/examples/jms/rest/dup-send/src/main/resources/activemq-configuration.xml
index a927515..0938b95 100644
--- a/examples/jms/rest/dup-send/src/main/resources/activemq-configuration.xml
+++ b/examples/jms/rest/dup-send/src/main/resources/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+               xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
     <persistence-enabled>false</persistence-enabled>
     <!-- Connectors -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/dup-send/src/main/resources/activemq-jms.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/dup-send/src/main/resources/activemq-jms.xml 
b/examples/jms/rest/dup-send/src/main/resources/activemq-jms.xml
index c4961f3..873f44c 100644
--- a/examples/jms/rest/dup-send/src/main/resources/activemq-jms.xml
+++ b/examples/jms/rest/dup-send/src/main/resources/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
     <!--the connection factory used by the example-->
     <connection-factory name="ConnectionFactory">
         <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/dup-send/src/main/resources/activemq-users.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/dup-send/src/main/resources/activemq-users.xml 
b/examples/jms/rest/dup-send/src/main/resources/activemq-users.xml
index 11c115a..aab1d8d 100644
--- a/examples/jms/rest/dup-send/src/main/resources/activemq-users.xml
+++ b/examples/jms/rest/dup-send/src/main/resources/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
     <!-- the default user.  this is used where username is null-->
     <defaultuser name="guest" password="guest">
         <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml 
b/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml
index f19ede1..ad54b11 100644
--- a/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml
+++ b/examples/jms/rest/dup-send/src/main/resources/hornetq-client.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    <!-- Connectors -->
    <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/javascript-chat/src/main/resources/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/javascript-chat/src/main/resources/activemq-configuration.xml
 
b/examples/jms/rest/javascript-chat/src/main/resources/activemq-configuration.xml
index e0fc118..7e86c38 100644
--- 
a/examples/jms/rest/javascript-chat/src/main/resources/activemq-configuration.xml
+++ 
b/examples/jms/rest/javascript-chat/src/main/resources/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+               xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
     <persistence-enabled>false</persistence-enabled>
     <!-- Connectors -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/javascript-chat/src/main/resources/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/javascript-chat/src/main/resources/activemq-jms.xml 
b/examples/jms/rest/javascript-chat/src/main/resources/activemq-jms.xml
index 1766dff..03f0a97 100644
--- a/examples/jms/rest/javascript-chat/src/main/resources/activemq-jms.xml
+++ b/examples/jms/rest/javascript-chat/src/main/resources/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
     <!--the connection factory used by the example-->
     <connection-factory name="ConnectionFactory">
         <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/javascript-chat/src/main/resources/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/javascript-chat/src/main/resources/activemq-users.xml 
b/examples/jms/rest/javascript-chat/src/main/resources/activemq-users.xml
index 11c115a..aab1d8d 100644
--- a/examples/jms/rest/javascript-chat/src/main/resources/activemq-users.xml
+++ b/examples/jms/rest/javascript-chat/src/main/resources/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
     <!-- the default user.  this is used where username is null-->
     <defaultuser name="guest" password="guest">
         <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/jms-to-rest/src/main/resources/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-configuration.xml 
b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-configuration.xml
index a927515..0938b95 100644
--- 
a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-configuration.xml
+++ 
b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+               xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
     <persistence-enabled>false</persistence-enabled>
     <!-- Connectors -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/jms-to-rest/src/main/resources/activemq-jms.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-jms.xml 
b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-jms.xml
index c4961f3..873f44c 100644
--- a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-jms.xml
+++ b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
     <!--the connection factory used by the example-->
     <connection-factory name="ConnectionFactory">
         <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/jms-to-rest/src/main/resources/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-users.xml 
b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-users.xml
index 11c115a..aab1d8d 100644
--- a/examples/jms/rest/jms-to-rest/src/main/resources/activemq-users.xml
+++ b/examples/jms/rest/jms-to-rest/src/main/resources/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
     <!-- the default user.  this is used where username is null-->
     <defaultuser name="guest" password="guest">
         <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml 
b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml
index f19ede1..ad54b11 100644
--- a/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml
+++ b/examples/jms/rest/jms-to-rest/src/main/resources/hornetq-client.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    <!-- Connectors -->
    <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/push/src/main/resources/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/rest/push/src/main/resources/activemq-configuration.xml 
b/examples/jms/rest/push/src/main/resources/activemq-configuration.xml
index a927515..0938b95 100644
--- a/examples/jms/rest/push/src/main/resources/activemq-configuration.xml
+++ b/examples/jms/rest/push/src/main/resources/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+               xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
     <persistence-enabled>false</persistence-enabled>
     <!-- Connectors -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/push/src/main/resources/activemq-jms.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/push/src/main/resources/activemq-jms.xml 
b/examples/jms/rest/push/src/main/resources/activemq-jms.xml
index fbf0242..e4ade20 100644
--- a/examples/jms/rest/push/src/main/resources/activemq-jms.xml
+++ b/examples/jms/rest/push/src/main/resources/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
     <!--the connection factory used by the example-->
     <connection-factory name="ConnectionFactory">
         <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/push/src/main/resources/activemq-users.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/push/src/main/resources/activemq-users.xml 
b/examples/jms/rest/push/src/main/resources/activemq-users.xml
index 11c115a..aab1d8d 100644
--- a/examples/jms/rest/push/src/main/resources/activemq-users.xml
+++ b/examples/jms/rest/push/src/main/resources/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
     <!-- the default user.  this is used where username is null-->
     <defaultuser name="guest" password="guest">
         <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/rest/push/src/main/resources/hornetq-client.xml
----------------------------------------------------------------------
diff --git a/examples/jms/rest/push/src/main/resources/hornetq-client.xml 
b/examples/jms/rest/push/src/main/resources/hornetq-client.xml
index f19ede1..ad54b11 100644
--- a/examples/jms/rest/push/src/main/resources/hornetq-client.xml
+++ b/examples/jms/rest/push/src/main/resources/hornetq-client.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    <!-- Connectors -->
    <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-configuration.xml
index b12d6eb..e63f3b2 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
    
 
    
<bindings-directory>target/server0/data/messaging/bindings</bindings-directory>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-jms.xml
index 128aff2..2bf8233 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-users.xml 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-configuration.xml
index a56dd6f..71e9863 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
    
 
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-jms.xml 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-jms.xml
index 128aff2..2bf8233 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-users.xml 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/scale-down/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-configuration.xml
index 49e37cf..8ef5e46 100644
--- 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-jms.xml
index 112fefc..452b958 100644
--- 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/scheduled-message/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/security/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/security/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/security/src/main/resources/hornetq/server0/activemq-configuration.xml
index 7cdc00b..80a5f2c 100644
--- 
a/examples/jms/security/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/security/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/security/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/security/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/security/src/main/resources/hornetq/server0/activemq-jms.xml
index 2cb0343..d2d6100 100644
--- a/examples/jms/security/src/main/resources/hornetq/server0/activemq-jms.xml
+++ b/examples/jms/security/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/security/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/security/src/main/resources/hornetq/server0/activemq-users.xml 
b/examples/jms/security/src/main/resources/hornetq/server0/activemq-users.xml
index 7751d97..ab67a02 100644
--- 
a/examples/jms/security/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/security/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    
    <user name="bill" password="hornetq">
       <role name="user"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-configuration.xml
index c2dc300..e0acd1d 100644
--- 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-jms.xml
index a46a147..6bbe84e 100644
--- 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/send-acknowledgements/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/spring-integration/src/main/resources/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/spring-integration/src/main/resources/activemq-configuration.xml 
b/examples/jms/spring-integration/src/main/resources/activemq-configuration.xml
index e0fc118..7e86c38 100644
--- 
a/examples/jms/spring-integration/src/main/resources/activemq-configuration.xml
+++ 
b/examples/jms/spring-integration/src/main/resources/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+               xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
     <persistence-enabled>false</persistence-enabled>
     <!-- Connectors -->

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/spring-integration/src/main/resources/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/spring-integration/src/main/resources/activemq-jms.xml 
b/examples/jms/spring-integration/src/main/resources/activemq-jms.xml
index cc3fde7..bce97ab 100644
--- a/examples/jms/spring-integration/src/main/resources/activemq-jms.xml
+++ b/examples/jms/spring-integration/src/main/resources/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
                xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
     <!--the connection factory used by the example-->
     <connection-factory name="ConnectionFactory">
         <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/spring-integration/src/main/resources/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/spring-integration/src/main/resources/activemq-users.xml 
b/examples/jms/spring-integration/src/main/resources/activemq-users.xml
index 11c115a..aab1d8d 100644
--- a/examples/jms/spring-integration/src/main/resources/activemq-users.xml
+++ b/examples/jms/spring-integration/src/main/resources/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-               xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+               xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
     <!-- the default user.  this is used where username is null-->
     <defaultuser name="guest" password="guest">
         <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-configuration.xml
index e1a3755..279d981 100644
--- 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-jms.xml
index 3b39abf..cc01481 100644
--- 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/ssl-enabled/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-configuration.xml
index 20f313e..d098c40 100644
--- 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-jms.xml
index 8867bae..aa9dbf4 100644
--- 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/static-selector-jms/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-configuration.xml
index d01fa0b..930c70c 100644
--- 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-jms.xml
index e4f0a64..1bf18ff 100644
--- 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/static-selector/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-configuration.xml
index e45345e..c74f54a 100644
--- 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-jms.xml
index 4b794c0..c872ad6 100644
--- 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/stomp-websockets/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-configuration.xml
index e31ffdd..0188165 100644
--- 
a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-jms.xml
index 9a03836..3058fc8 100644
--- a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-jms.xml
+++ b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-users.xml 
b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- a/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-users.xml
+++ b/examples/jms/stomp/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-configuration.xml
index e31ffdd..0188165 100644
--- 
a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-jms.xml
index 9a03836..3058fc8 100644
--- a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-jms.xml
+++ b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-users.xml 
b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/stomp1.1/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-configuration.xml
index e31ffdd..0188165 100644
--- 
a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-jms.xml 
b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-jms.xml
index 9a03836..3058fc8 100644
--- a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-jms.xml
+++ b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-users.xml 
b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/stomp1.2/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
index 037a9b4..fff0943 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-jms.xml
index e9e4f9d..c3b0393 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-users.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-users.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server0/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
index 0b7f5bf..0157ef7 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-         xsi:schemaLocation="urn:hornetq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
+         xsi:schemaLocation="urn:activemq 
../../../../../../../../hornetq-server/src/main/resources/schema/activemq-configuration.xsd">
 
    
<bindings-directory>${build.directory}/server0/data/messaging/bindings</bindings-directory>
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-jms.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-jms.xml
index 8dc8b2a..a5ea085 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-jms.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
    <!--the connection factory used by the example-->
    <connection-factory name="ConnectionFactory">
       <connectors>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-users.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-users.xml
 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-users.xml
index 8187c91..ae30546 100644
--- 
a/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-users.xml
+++ 
b/examples/jms/stop-server-failover/src/main/resources/hornetq/server1/activemq-users.xml
@@ -1,5 +1,5 @@
 <configuration xmlns="urn:activemq" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-users.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-users.xsd">
    <!-- the default user.  this is used where username is null-->
    <defaultuser name="guest" password="guest">
       <role name="guest"/>

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-configuration.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-configuration.xml
 
b/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-configuration.xml
index 10ff1c0..744282a 100644
--- 
a/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-configuration.xml
+++ 
b/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-configuration.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq 
/schema/activemq-configuration.xsd">
+            xsi:schemaLocation="urn:activemq 
/schema/activemq-configuration.xsd">
 
    
 

http://git-wip-us.apache.org/repos/asf/activemq-6/blob/e91ef714/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-jms.xml
----------------------------------------------------------------------
diff --git 
a/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-jms.xml
 
b/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-jms.xml
index 892aa07..d51eab9 100644
--- 
a/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-jms.xml
+++ 
b/examples/jms/symmetric-cluster/src/main/resources/hornetq/server0/activemq-jms.xml
@@ -1,6 +1,6 @@
 <configuration xmlns="urn:activemq"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-            xsi:schemaLocation="urn:hornetq /schema/activemq-jms.xsd">
+            xsi:schemaLocation="urn:activemq /schema/activemq-jms.xsd">
             
    <!--This connection factory is not actually used in the example, but we 
keep it here for good
    measure -->

Reply via email to