Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Gary Tully
also note that the schema locations in the examples are intentionally unversioned such that they can work unchanged with different code bases or after upgrades. If you want to reference a particular version of the schema, then update the schema location of your xml context or configuration to point

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, the following article could help http://www.bigsoft.co.uk/blog/index.php/2009/02/01/invalid-activemq-schema-name-space Regards -- Dejan Bosanac - FuseSource - The experts in open source int

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread sprengerc
Hi, When eclipse opens the camelContext.xml file it tries to fetch the broker schema (http://activemq.apache.org/schema/core) from the provided schema location http://activemq.apache.org/schema/core/activemq-core.xsd http://activemq.apache.org/schema/core/activemq-core.xsd which, as I wrote bef

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, that file is available in acitvemq-core.jar and your app should be fine as long as you have it in the classpath. Regards -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: htt

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread sprengerc
Hi, Sorry I made a typo. The camelContext.xml file does refer to activemq-core.xsd, but that file is not available on the site http://activemq.apache.org/schema/core. Cheers, Karel -- View this message in context: http://activemq.2283324.n4.nabble.com/No-activemq-code-xsd-on-http-activemq-apac

Re: No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-08 Thread Dejan Bosanac
Hi, the file should be activemq-core.xsd, not activemq-code.xsd Regards -- Dejan Bosanac - FuseSource - The experts in open source integration and messaging. Email: dej...@fusesource.com Web: http://fusesource.com Twitter: http://twitter.com/dejanb ActiveMQ in Action - http://ww

No activemq-code.xsd on http://activemq.apache.org/schema/core

2011-02-07 Thread sprengerc
Hi, In the file camelContext.xml in the Apache Camel 2.6.0 example camel-example-jms-file the beans element points to the file http://activemq.apache.org/schema/core/activemq-code.xsd http://activemq.apache.org/schema/core/activemq-code.xsd , but that file is not available. This gives a problem