Return-Path: Delivered-To: apmail-activemq-users-archive@www.apache.org Received: (qmail 66381 invoked from network); 29 Mar 2007 13:48:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Mar 2007 13:48:37 -0000 Received: (qmail 15433 invoked by uid 500); 29 Mar 2007 13:48:44 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 15412 invoked by uid 500); 29 Mar 2007 13:48:44 -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 15396 invoked by uid 99); 29 Mar 2007 13:48:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 06:48:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Mar 2007 06:48:35 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1HWuz8-0005bD-QX for users@activemq.apache.org; Thu, 29 Mar 2007 06:48:14 -0700 Message-ID: <9733247.post@talk.nabble.com> Date: Thu, 29 Mar 2007 06:48:14 -0700 (PDT) From: didyeah971 To: users@activemq.apache.org Subject: Error in prototype.js MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: didyeah971@yahoo.fr X-Virus-Checked: Checked by ClamAV on apache.org Hi, I am posting this message one more time, because the error still occurs. I am triyin to send an xml file via the ajax client, it seems to be published on the topic, and well received too by the listener, by i cannot use the message i receive. the message.data contains a XMLDocument object, but i cannot handle it, using DOM methods. Otherwise, sometimes i have an error on the protype.js, raised by FireFox WebDeveloper Toolbar, at line 52: $A is not defined Function.prototype.bind = function() { var __method = this, args = $A(arguments), object = args.shift(); return function() { return __method.apply(object, args.concat($A(arguments))); Error } } So i have 2 questions : 1 ) How cand i handle the received message with DOM ? 2) Is the prototype.js error a bug or a it's caused by an error in my own script ? Thx for help... Did -- View this message in context: http://www.nabble.com/Error-in-prototype.js-tf3486346s2354.html#a9733247 Sent from the ActiveMQ - User mailing list archive at Nabble.com.