Hi,

I'm running the build from behind a (company) firewall (and I think this is
the problem) and it fails because activemq-core-5.3.0.xsd is used in
activemq.xml. A simple fix would be to use activemq-core.xsd.

components\camel-jms\src\test\resources\org\apache\camel\component\jms\tx\activemq.xml

Thanks
Andi

Index: activemq.xml
===================================================================
--- activemq.xml        (Revision 833312)
+++ activemq.xml        (Arbeitskopie)
@@ -20,7 +20,7 @@
   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";>
 
    <broker:broker id="broker" useJmx="false" persistent="false"
dataDirectory="target/activemq">
     <broker:transportConnectors>

-- 
View this message in context: 
http://old.nabble.com/camel-jms%3A-change-xsd-in-tx-test-tp26228647p26228647.html
Sent from the Camel Development mailing list archive at Nabble.com.

Reply via email to