Author: jstrachan
Date: Thu Jan 17 06:19:15 2008
New Revision: 612823

URL: http://svn.apache.org/viewvc?rev=612823&view=rev
Log:
fixed the schema location

Modified:
    activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml

Modified: 
activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml?rev=612823&r1=612822&r2=612823&view=diff
==============================================================================
--- activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml 
(original)
+++ activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml 
Thu Jan 17 06:19:15 2008
@@ -22,7 +22,7 @@
   xmlns:amq="http://activemq.org/config/1.0";
   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/snapshot-schema/activemq-core-5.0-SNAPSHOT.xsd";>
+  http://activemq.org/config/1.0 
http://activemq.apache.org/schema/core/activemq-core-5.0.0.xsd";>
   
   <!--  lets create an embedded ActiveMQ Broker -->
   <amq:broker useJmx="false" persistent="false">


Reply via email to