mirror of https://github.com/apache/activemq.git
fixed namespaces in test file
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@421876 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d966a8c4c1
commit
d64a9087bc
|
@ -15,10 +15,10 @@
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
-->
|
-->
|
||||||
<!-- START SNIPPET: xbean -->
|
<!-- START SNIPPET: xbean -->
|
||||||
<beans xmlns="http://activemq.org/config/1.0">
|
<beans>
|
||||||
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>
|
||||||
|
|
||||||
<broker useJmx="false">
|
<broker useJmx="false" xmlns="http://activemq.org/config/1.0">
|
||||||
|
|
||||||
<persistenceAdapter>
|
<persistenceAdapter>
|
||||||
<journaledJDBC journalLogFiles="5" dataDirectory="foo"/>
|
<journaledJDBC journalLogFiles="5" dataDirectory="foo"/>
|
||||||
|
|
Loading…
Reference in New Issue