On Fri, Nov 6, 2009 at 10:00 AM, akuhtz <andreas.ku...@siemens.com> wrote:
>
> 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
>

davsclaus:(svn)camel[trunk:833303]/components/camel-jms$ svn commit
--message "Fixed using non AMQ version XSD to let it build locally
with no internet access."
Sending        
camel-jms/src/test/resources/org/apache/camel/component/jms/activemq.xml
Transmitting file data .
Committed revision 833334.


> 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.
>
>



-- 
Claus Ibsen
Apache Camel Committer

Author of Camel in Action: http://www.manning.com/ibsen/
Open Source Integration: http://fusesource.com
Blog: http://davsclaus.blogspot.com/
Twitter: http://twitter.com/davsclaus

Reply via email to