Author: jstrachan
Date: Fri Jul 14 04:36:27 2006
New Revision: 421876
URL: http://svn.apache.org/viewvc?rev=421876&view=rev
Log:
fixed namespaces in test file
Modified:
incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml
Modified: incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml
URL:
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml?rev=421876&r1=421875&r2=421876&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml
(original)
+++ incubator/activemq/trunk/activemq-core/src/test/resources/activemq.xml Fri
Jul 14 04:36:27 2006
@@ -15,10 +15,10 @@
limitations under the License.
-->
<!-- START SNIPPET: xbean -->
-<beans xmlns="http://activemq.org/config/1.0">
+<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
- <broker useJmx="false">
+ <broker useJmx="false" xmlns="http://activemq.org/config/1.0">
<persistenceAdapter>
<journaledJDBC journalLogFiles="5" dataDirectory="foo"/>