Author: davsclaus
Date: Fri Nov 6 09:54:32 2009
New Revision: 833334
URL: http://svn.apache.org/viewvc?rev=833334&view=rev
Log:
Fixed using non AMQ version XSD to let it build locally with no internet access.
Modified:
camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml
Modified:
camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml?rev=833334&r1=833333&r2=833334&view=diff
==============================================================================
---
camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml
(original)
+++
camel/trunk/components/camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml
Fri Nov 6 09:54:32 2009
@@ -21,7 +21,10 @@
xmlns:broker="http://activemq.apache.org/schema/core"
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.5.xsd
- http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core-5.3.0.xsd">
+ http://activemq.apache.org/schema/core
http://activemq.apache.org/schema/core/activemq-core.xsd">
+
+ <!-- you may want to use a specific activemq-core.xsd version
+ that matches your broker, such as activemq-core-5.3.0.xsd -->
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"/>