Modified: activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickJdbc.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickJdbc.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickJdbc.xml (original)
+++ activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickJdbc.xml Fri Apr
18 08:18:19 2008
@@ -15,7 +15,7 @@
limitations under the License.
-->
<!-- START SNIPPET: xbean -->
-<beans xmlns="http://activemq.org/config/1.0">
+<beans xmlns="http://activemq.apache.org/schema/core">
<broker useJmx="false" brokerName="quickJdbcBroker" start="false" persistent="true"
useShutdownHook="false" deleteAllMessagesOnStartup="true" advisorySupport="false">
<persistenceAdapter>
Modified: activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickMem.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickMem.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickMem.xml (original)
+++ activemq/trunk/activemq-perftest/src/main/resources/broker-conf/quickMem.xml Fri Apr 18
08:18:19 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<beans xmlns:amq="http://activemq.org/config/1.0">
+<beans xmlns:amq="http://activemq.apache.org/schema/core">
<amq:broker brokerName="quickMemBroker" start="false" persistent="false" useShutdownHook="false"
deleteAllMessagesOnStartup="true" advisorySupport="false">
Modified: activemq/trunk/activemq-perftest/src/main/resources/broker-conf/rapid.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-perftest/src/main/resources/broker-conf/rapid.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-perftest/src/main/resources/broker-conf/rapid.xml (original)
+++ activemq/trunk/activemq-perftest/src/main/resources/broker-conf/rapid.xml Fri Apr 18 08:18:19
2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<beans xmlns:amq="http://activemq.org/config/1.0">
+<beans xmlns:amq="http://activemq.apache.org/schema/core">
<amq:broker brokerName="rapidBroker" start="false" persistent="true" useShutdownHook="false"
deleteAllMessagesOnStartup="true" advisorySupport="false">
Modified: activemq/trunk/activemq-ra/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-ra/pom.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-ra/pom.xml (original)
+++ activemq/trunk/activemq-ra/pom.xml Fri Apr 18 08:18:19 2008
@@ -83,7 +83,7 @@
<executions>
<execution>
<configuration>
- <namespace>http://activemq.org/ra/1.0</namespace>
+ <namespace>http://activemq.apache.org/schema/ra</namespace>
</configuration>
<goals>
<goal>mapping</goal>
Modified: activemq/trunk/activemq-rar/src/main/rar/broker-config.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-rar/src/main/rar/broker-config.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-rar/src/main/rar/broker-config.xml (original)
+++ activemq/trunk/activemq-rar/src/main/rar/broker-config.xml Fri Apr 18 08:18:19 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
<!-- START SNIPPET: xbean -->
-<beans xmlns="http://activemq.org/config/1.0">
+<beans xmlns="http://activemq.apache.org/schema/core">
<broker useJmx="true">
Modified: activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml (original)
+++ activemq/trunk/activemq-web-console/src/main/webapp/WEB-INF/activemq.xml Fri Apr 18 08:18:19
2008
@@ -18,7 +18,7 @@
<beans>
- <broker useJmx="true" xmlns="http://activemq.org/config/1.0">
+ <broker useJmx="true" xmlns="http://activemq.apache.org/schema/core">
<!-- In ActiveMQ 4, you can setup destination policies -->
<destinationPolicy>
@@ -56,7 +56,7 @@
</broker>
<!-- lets create a command agent to respond to admin commands over JMS or XMPP on the
ActiveMQ.Agent topic -->
- <commandAgent xmlns="http://activemq.org/config/1.0"/>
+ <commandAgent xmlns="http://activemq.apache.org/schema/core"/>
</beans>
<!-- END SNIPPET: xbean -->
Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Fri Apr 18 08:18:19 2008
@@ -17,16 +17,16 @@
<!-- START SNIPPET: example -->
<beans
xmlns="http://www.springframework.org/schema/beans"
- xmlns:amq="http://activemq.org/config/1.0"
+ xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://activemq.org/config/1.0 http://activemq.apache.org/schema/core/activemq-core-VERSION.xsd
+ http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-VERSION.xsd
http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
<!-- Allows us to use system properties as variables in this configuration file -->
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker xmlns="http://activemq.org/config/1.0" brokerName="localhost" dataDirectory="${activemq.base}/data">
+ <broker xmlns="http://activemq.apache.org/schema/core" brokerName="localhost" dataDirectory="${activemq.base}/data">
<!-- Destination specific policies using destination names or wildcards -->
<destinationPolicy>
@@ -123,7 +123,7 @@
<!-- lets create a command agent to respond to message based admin commands on the
ActiveMQ.Agent topic -->
- <commandAgent xmlns="http://activemq.org/config/1.0" brokerUrl="vm://localhost"/>
+ <commandAgent xmlns="http://activemq.apache.org/schema/core" brokerUrl="vm://localhost"/>
<!-- An embedded servlet engine for serving up the Admin console -->
Modified: activemq/trunk/assembly/src/release/example/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/example/conf/activemq.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/example/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/example/conf/activemq.xml Fri Apr 18 08:18:19 2008
@@ -17,14 +17,14 @@
<!-- START SNIPPET: xbean -->
<beans
xmlns="http://www.springframework.org/schema/beans"
- xmlns:amq="http://activemq.org/config/1.0"
+ xmlns:amq="http://activemq.apache.org/schema/core"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
- http://activemq.org/config/1.0 http://activemq.apache.org/schema/core/activemq-core-VERSION.xsd
+ http://activemq.apache.org/schema/core http://activemq.apache.org/schema/core/activemq-core-VERSION.xsd
http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd">
- <broker xmlns="http://activemq.org/config/1.0" useJmx="false">
+ <broker xmlns="http://activemq.apache.org/schema/core" useJmx="false">
<persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="../data"/>
Modified: activemq/trunk/assembly/src/sample-conf/jdbc-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/jdbc-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/jdbc-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/jdbc-example.xml Fri Apr 18 08:18:19 2008
@@ -17,7 +17,7 @@
<!-- START SNIPPET: xbean -->
<beans>
- <broker useJmx="false" brokerName="jdbcBroker" xmlns="http://activemq.org/config/1.0">
+ <broker useJmx="false" brokerName="jdbcBroker" xmlns="http://activemq.apache.org/schema/core">
<persistenceAdapter>
<jdbcPersistenceAdapter dataSource="#derby-ds"/>
</persistenceAdapter>
Modified: activemq/trunk/assembly/src/sample-conf/journaledMem-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/journaledMem-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/journaledMem-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/journaledMem-example.xml Fri Apr 18 08:18:19 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<beans xmlns:amq="http://activemq.org/config/1.0">
+<beans xmlns:amq="http://activemq.apache.org/schema/core">
<amq:broker brokerName="journaledMemBroker" start="false" persistent="false" useShutdownHook="false"
deleteAllMessagesOnStartup="true" advisorySupport="false">
Modified: activemq/trunk/assembly/src/sample-conf/kaha-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/kaha-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/kaha-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/kaha-example.xml Fri Apr 18 08:18:19 2008
@@ -18,7 +18,7 @@
<beans>
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker brokerName="broker" persistent="false" useJmx="false" xmlns="http://activemq.org/config/1.0">
+ <broker brokerName="broker" persistent="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
<transportConnectors>
<transportConnector uri="tcp://localhost:61616"/>
</transportConnectors>
Modified: activemq/trunk/assembly/src/sample-conf/memory-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/memory-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/memory-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/memory-example.xml Fri Apr 18 08:18:19 2008
@@ -17,7 +17,7 @@
<!-- START SNIPPET: xbean -->
<beans>
- <broker useJmx="false" brokerName="memoryBroker" xmlns="http://activemq.org/config/1.0">
+ <broker useJmx="false" brokerName="memoryBroker" xmlns="http://activemq.apache.org/schema/core">
<persistenceAdapter>
<memoryPersistenceAdapter/>
</persistenceAdapter>
Modified: activemq/trunk/assembly/src/sample-conf/multicastNetwork-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/multicastNetwork-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/multicastNetwork-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/multicastNetwork-example.xml Fri Apr 18 08:18:19
2008
@@ -17,7 +17,7 @@
<!-- START SNIPPET: example -->
<beans>
- <broker name="b1" persistent="false" useJmx="false" xmlns="http://activemq.org/config/1.0">
+ <broker name="b1" persistent="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
<transportConnectors>
<transportConnector uri="tcp://localhost:61001" discoveryUri="multicast://default"/>
</transportConnectors>
Modified: activemq/trunk/assembly/src/sample-conf/quickJdbc-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/quickJdbc-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/quickJdbc-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/quickJdbc-example.xml Fri Apr 18 08:18:19 2008
@@ -17,7 +17,7 @@
<!-- START SNIPPET: xbean -->
<beans>
- <broker useJmx="false" brokerName="quickJdbcBroker" xmlns="http://activemq.org/config/1.0">
+ <broker useJmx="false" brokerName="quickJdbcBroker" xmlns="http://activemq.apache.org/schema/core">
<persistenceAdapter>
<journaledJDBC journalLogFiles="4"
journalLogFileSize="32768"
Modified: activemq/trunk/assembly/src/sample-conf/quickMem-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/quickMem-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/quickMem-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/quickMem-example.xml Fri Apr 18 08:18:19 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<beans xmlns:amq="http://activemq.org/config/1.0">
+<beans xmlns:amq="http://activemq.apache.org/schema/core">
<amq:broker brokerName="quickMemBroker" start="false" persistent="false" useShutdownHook="false"
deleteAllMessagesOnStartup="true" advisorySupport="false">
Modified: activemq/trunk/assembly/src/sample-conf/rapid-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/rapid-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/rapid-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/rapid-example.xml Fri Apr 18 08:18:19 2008
@@ -16,7 +16,7 @@
limitations under the License.
-->
-<beans xmlns:amq="http://activemq.org/config/1.0">
+<beans xmlns:amq="http://activemq.apache.org/schema/core">
<amq:broker brokerName="rapidBroker" start="false" persistent="true" useShutdownHook="false"
deleteAllMessagesOnStartup="true" advisorySupport="false">
Modified: activemq/trunk/assembly/src/sample-conf/staticNetwork-example.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/sample-conf/staticNetwork-example.xml?rev=649568&r1=649567&r2=649568&view=diff
==============================================================================
--- activemq/trunk/assembly/src/sample-conf/staticNetwork-example.xml (original)
+++ activemq/trunk/assembly/src/sample-conf/staticNetwork-example.xml Fri Apr 18 08:18:19
2008
@@ -17,7 +17,7 @@
<!-- START SNIPPET: example -->
<beans>
- <broker brokerName="broker" persistent="false" useJmx="false" xmlns="http://activemq.org/config/1.0">
+ <broker brokerName="broker" persistent="false" useJmx="false" xmlns="http://activemq.apache.org/schema/core">
<transportConnectors>
<transportConnector uri="tcp://localhost:62001"/>
</transportConnectors>
|