From users-return-26671-apmail-activemq-users-archive=activemq.apache.org@activemq.apache.org Tue Feb 08 11:47:31 2011 Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 23199 invoked from network); 8 Feb 2011 11:47:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Feb 2011 11:47:31 -0000 Received: (qmail 74016 invoked by uid 500); 8 Feb 2011 11:47:31 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 73861 invoked by uid 500); 8 Feb 2011 11:47:29 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 73852 invoked by uid 99); 8 Feb 2011 11:47:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 11:47:29 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gary.tully@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Feb 2011 11:47:23 +0000 Received: by qwk3 with SMTP id 3so4432790qwk.2 for ; Tue, 08 Feb 2011 03:47:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=Q/qxJiHMpgQXj06gTPzHQ4NPmgRn+et40BFnaRfTTZQ=; b=aQqFAgcsZTQGCjYV8vbXlaStPnmgy42BLFLXXYLdHjfdcdlND2y/Pse9ve4ee8FmTa NbOz9oYiOJcjfZ1l3hdMrKHbJ2jfPpQOx36fc2JN5/y0y/9DHaulw/U6yVzK3KA301tK Es3OyEDtaUBB3/SAGoeA7lVgXYtKAgoBNUe8s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DD2ia27/jODKJYRJofw1JnqQVAUwbrFJReqTDPxrmgvzZR3Ua0IrA0a1ykcoj2ByHX NvZ6Jxubipsk0hHeJj6Lbw2mptuwZgJ2HSzSNKukroauUczGrlZMHx3/A71PJj4DbHaj uCotE+ejXPC7BckzlS6xZogver4hJ6ByWhDGQ= MIME-Version: 1.0 Received: by 10.229.189.194 with SMTP id df2mr11336126qcb.232.1297165620132; Tue, 08 Feb 2011 03:47:00 -0800 (PST) Received: by 10.229.35.204 with HTTP; Tue, 8 Feb 2011 03:47:00 -0800 (PST) In-Reply-To: References: <1297087864435-3264182.post@n4.nabble.com> <1297159695006-3275646.post@n4.nabble.com> <1297163214063-3275739.post@n4.nabble.com> Date: Tue, 8 Feb 2011 11:47:00 +0000 Message-ID: Subject: Re: No activemq-code.xsd on http://activemq.apache.org/schema/core From: Gary Tully To: users@activemq.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org 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 to one of the versioned schemas that have a valid remote url[1] location. There is no sensible default resource for the un versioned schema location apart from pointing it to the jar file that ships with an installation using your IDE's schema resolution mechanism. [1] http://activemq.apache.org/schema/core/activemq-core-5.4.2.xsd On 8 February 2011 11:10, Dejan Bosanac wrote: > Hi, > > the following article could help > http://www.bigsoft.co.uk/blog/index.php/2009/02/01/invalid-activemq-schem= a-name-space > > Regards > -- > Dejan Bosanac > ----------------- > FuseSource - The experts in open source integration and messaging. > Email: dejanb@fusesource.com > Web: http://fusesource.com > Twitter: =A0http://twitter.com/dejanb > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Tue, Feb 8, 2011 at 12:06 PM, sprengerc wrote: > >> >> Hi, >> >> When eclipse opens the camelContext.xml file it tries to fetch the broke= r >> schema (http://activemq.apache.org/schema/core) from the provided schema >> location =A0http://activemq.apache.org/schema/core/activemq-core.xsd >> http://activemq.apache.org/schema/core/activemq-core.xsd =A0which, 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 =A0in 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-activ= emq-apache-org-schema-core-tp3264182p3275739.html >> Sent from the ActiveMQ - User mailing list archive at Nabble.com. >> > --=20 http://blog.garytully.com http://fusesource.com