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 before, is not available. The fact that it is contained in the jar file you mention is unfortunately irrelevant.
For other schemas, such as http://camel.apache.org/schema/spring, the schema location specified points to an existing file ( http://camel.apache.org/schema/spring/camel-spring.xsd http://camel.apache.org/schema/spring/camel-spring.xsd in this case). So all that is needed is that someone with administrative access to the http://activemq.apache.org/schema/core directory creates an activemq-core.xsd entry. Cheers, Karel Sprenger -- View this message in context: http://activemq.2283324.n4.nabble.com/No-activemq-code-xsd-on-http-activemq-apache-org-schema-core-tp3264182p3275739.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.