Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 33665 invoked from network); 18 Sep 2010 16:47:26 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 18 Sep 2010 16:47:26 -0000 Received: (qmail 30181 invoked by uid 500); 18 Sep 2010 16:47:25 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29948 invoked by uid 500); 18 Sep 2010 16:47:25 -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 29469 invoked by uid 99); 18 Sep 2010 16:47:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 16:47:24 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Sep 2010 16:47:23 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8IGl3p8002388 for ; Sat, 18 Sep 2010 16:47:03 GMT Message-ID: <9678755.21311284828423295.JavaMail.jira@thor> Date: Sat, 18 Sep 2010 12:47:03 -0400 (EDT) From: "Bruce Snyder (JIRA)" To: dev@activemq.apache.org Subject: [jira] Updated: (AMQ-2427) Collision between amq.js and jquery.query.js In-Reply-To: <1366426887.1254142432043.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: ae95407df07c98740808b2ef9da0087c [ https://issues.apache.org/activemq/browse/AMQ-2427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruce Snyder updated AMQ-2427: ------------------------------ Fix Version/s: 5.5.0 (was: 5.4.1) > Collision between amq.js and jquery.query.js > -------------------------------------------- > > Key: AMQ-2427 > URL: https://issues.apache.org/activemq/browse/AMQ-2427 > Project: ActiveMQ > Issue Type: Bug > Affects Versions: 5.2.0 > Environment: Windows XP SP3, with jQuery 1.3.2, jquery.query.js plugin 2.1.6 > Reporter: Doug Knight > Fix For: 5.5.0 > > > List, > I am having a problem with a jquery plugin not being recognized when I include amq.js in the sourced scripts. In the brief example below, if I comment out the amq script sections, everything works fine (the line marked "ERROR occurs here" executes with expected results, pulling the Tselect=8 from the URL). When I add in the calls to source amq.js and setup the amq.uri, I get the following two errors: > invalid array length > file:///C:/apache-activemq-5.2.0/webapps/Client/amq/prototype.js Line 464 > jQuery.query is undefined > file:///C:/apache-activemq-5.2.0/webapps/Client/test.html?Tselect=8 Line 14 > I've intentionally pared down the example to not require accessing the html file via the ActiveMQ/Jetty app server, to show the collision from a simple file load. I began to post this issue to the jquery list, but I recall seeing something about a release of amq.js that removes its dependency on prototype.js. Is that available, and would that help? Anyone have an idea for how to fix this? > Thanks, > Doug > > > > Test amq/jQuery.query plugin conflict > > > > > > > > > >
> > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.