Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 95527 invoked from network); 23 Feb 2006 21:04:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 23 Feb 2006 21:04:26 -0000 Received: (qmail 16155 invoked by uid 500); 23 Feb 2006 21:04:21 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 16141 invoked by uid 500); 23 Feb 2006 21:04:21 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 16130 invoked by uid 99); 23 Feb 2006 21:04:21 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 13:04:21 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bloritsch@d-haven.org designates 69.59.195.20 as permitted sender) Received: from [69.59.195.20] (HELO pyramid-01.kattare.com) (69.59.195.20) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Feb 2006 13:04:20 -0800 Received: from [127.0.0.1] ([66.208.12.142]) (authenticated bits=0) by pyramid-01.kattare.com (8.12.11/8.12.11) with ESMTP id k1NL3tTc026181 for ; Thu, 23 Feb 2006 13:03:58 -0800 Message-ID: <43FE231C.5030605@d-haven.org> Date: Thu, 23 Feb 2006 16:03:24 -0500 From: Berin Loritsch User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Is there a change in cocoon.sendPage? References: <43FDEDDB.4020309@d-haven.org> <39003.209.108.197.61.1140718864.squirrel@mail.lojjic.net> In-Reply-To: <39003.209.108.197.61.1140718864.squirrel@mail.lojjic.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Jason Johnston wrote: >> I tried upgrading to Cocoon 2.1.8 from 2.1.7 and one of the flowscripts >> is throwing a mysterious exception. >> >> I'm getting this: >> >> org.mozilla.javascript.UniqueTag@189b939: NOT_FOUND is not a function. >> >> The offending line is this: >> > > Actually if you look deeper down the stacktrace it looks to me like the > real problem is in your JX template. The .sendPage() line is just in the > trace because it's what's calling the pipeline processing and therefore is > at the top of the call stack. > Thanks. I've got it figured out now. The thing the threw me off was the stack trace sighting org.*.JAVASCRIPT.* in a flowscript page. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org