Author: norman
Date: Tue Nov  2 18:21:14 2010
New Revision: 1030154

URL: http://svn.apache.org/viewvc?rev=1030154&view=rev
Log:
specify correct xsd file for activemq (JAMES-1103)

Modified:
    james/server/trunk/container-spring/src/main/config/james/spring-beans.xml

Modified: 
james/server/trunk/container-spring/src/main/config/james/spring-beans.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/container-spring/src/main/config/james/spring-beans.xml?rev=1030154&r1=1030153&r2=1030154&view=diff
==============================================================================
--- james/server/trunk/container-spring/src/main/config/james/spring-beans.xml 
(original)
+++ james/server/trunk/container-spring/src/main/config/james/spring-beans.xml 
Tue Nov  2 18:21:14 2010
@@ -25,7 +25,7 @@
        xsi:schemaLocation="
           http://www.springframework.org/schema/beans 
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
           http://camel.apache.org/schema/spring 
http://camel.apache.org/schema/spring/camel-spring.xsd
-          http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core.xsd";>
+          http://activemq.apache.org/schema/core 
http://activemq.apache.org/schema/core/activemq-core-5.0-SNAPSHOT.xsd";>
           
     <bean id="exporter" class="org.springframework.jmx.export.MBeanExporter" 
lazy-init="false">
       <property name="beans">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to