Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 11089 invoked from network); 14 Jun 2007 09:29:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Jun 2007 09:29:55 -0000 Received: (qmail 74594 invoked by uid 500); 14 Jun 2007 09:29:58 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 74568 invoked by uid 500); 14 Jun 2007 09:29:58 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 74559 invoked by uid 99); 14 Jun 2007 09:29:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 02:29:58 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 14 Jun 2007 02:29:54 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 333797141AA for ; Thu, 14 Jun 2007 02:29:34 -0700 (PDT) Message-ID: <8755344.1181813374206.JavaMail.jira@brutus> Date: Thu, 14 Jun 2007 02:29:34 -0700 (PDT) From: "James Strachan (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQ-1016) 4.1 RC1: META-INF/spring.schemas refers to building user "file:/Users/chirino/" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQ-1016?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39393 ]=20 James Strachan commented on AMQ-1016: ------------------------------------- BTW am wondering if the generated file spring.schemas=20 http\://activemq.org/config/1.0=3Dactivemq.xsd should look like this http\://activemq.org/config/1.0/1.0.xsd=3Dactivemq.xsd to work with spring's entity resolver thingy > 4.1 RC1: META-INF/spring.schemas refers to building user "file:/Users/chi= rino/" > -------------------------------------------------------------------------= ------ > > Key: AMQ-1016 > URL: https://issues.apache.org/activemq/browse/AMQ-1016 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 4.1.0 > Environment: n/a > Reporter: Endre St=F8lsvik > Assignee: Adrian Co > Priority: Minor > Fix For: 5.0.0 > > > Referring to the 4.1 RC1 posted by Hiram Chirino Oct 06, here: > http://www.nabble.com/ActiveMQ-4.1-RC-1-tf2397970.html#a6686974 > The META-INF file spring.schemas have the single line. > "http\://activemq.org/config/1.0=3Dfile:/Users/chirino/sandbox/activemq-4= .1/activemq-core/target/activemq.xsd" > Notice "file:/" and "Users/chirino". Referring to org.springframework.bea= ns.factory.xml.PluggableSchemaResolver's javadoc: "schema-location should a= lso be a schema file in the classpath", and that no-one can tell what struc= ture I will have on my fs, this must be wrong. In addition, I most probably= won't have a user name "chirino". > PS: In addition, the doc at > http://www.activemq.org/site/how-do-i-embed-a-broker-inside-a-connectio= n.html > refers as such: > xmlns:amq=3D"http://activemq.org/config/1.0" > .. and .. > xsi:schemaLocation=3D"http://activemq.org/config/1.0 http://people.apache= .org/repository/org.apache.activemq/xsds/activemq-core-4.1-incubator-SNAPSH= OT.xsd" > Wouldn't it be nice if this was put at a better place than such a snapsho= t-build URI? It could be put where it will reside when 4.1 actually is out,= w/o anyone being to angry about changes during the finalization period, I = personally believe. --=20 This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.