Author: aco
Date: Fri Jun 8 01:01:09 2007
New Revision: 545450
URL: http://svn.apache.org/viewvc?view=rev&rev=545450
Log:
use the non-incubator xsd
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
Modified:
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
URL:
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java?view=diff&rev=545450&r1=545449&r2=545450
==============================================================================
---
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
(original)
+++
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/spring/SpringTest.java
Fri Jun 8 01:01:09 2007
@@ -128,7 +128,7 @@
/**
* Spring configured test case that tests the remotely deployed xsd
- *
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd
+ *
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-SNAPSHOT.xsd
*
* Broken: http://issues.apache.org/activemq/browse/AMQ-1002
* Needs to be fixed.
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?view=diff&rev=545450&r1=545449&r2=545450
==============================================================================
--- activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
(original)
+++ activemq/trunk/activemq-core/src/test/resources/spring-embedded-xbean.xml
Fri Jun 8 01:01:09 2007
@@ -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.xsd
- http://activemq.org/config/1.0
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSHOT.xsd">
+ http://activemq.org/config/1.0
http://people.apache.org/repository/org.apache.activemq/xsds/activemq-core-4.1-SNAPSHOT.xsd">
<!-- lets create an embedded ActiveMQ Broker -->
<amq:broker useJmx="false" persistent="false">