Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 93319 invoked from network); 14 Nov 2007 17:33:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2007 17:33:36 -0000 Received: (qmail 35660 invoked by uid 500); 14 Nov 2007 17:33:18 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 35602 invoked by uid 500); 14 Nov 2007 17:33:18 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Delivered-To: moderator for dev@cocoon.apache.org Received: (qmail 57944 invoked by uid 99); 14 Nov 2007 11:19:14 -0000 X-ASF-Spam-Status: No, hits=2.7 required=10.0 tests=HTML_MESSAGE,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of savs@andrewsavory.com does not designate 209.85.198.190 as permitted sender) Message-ID: Date: Wed, 14 Nov 2007 12:12:33 +0100 From: "Andrew Savory" Sender: savs@andrewsavory.com To: dev@cocoon.apache.org Subject: Flowscript debugger with JDK 5 on Leopard MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_391_11617336.1195038753025" X-Google-Sender-Auth: 18b34e9675a81898 X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_391_11617336.1195038753025 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi folks, I'm having problems running the flowscript debugger on JDK 1.5 on Leopard, and wondered if anyone else was seeing the same thing. Basically, when Cocoon (2.1.10) hits a flowscript and launches the debugger, it also launches an exception: Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: No such child: 1 at java.awt.Container.getComponent (Container.java:280) I've tried updating to js-1.6r6 and js-1.6r7 but they exhibit the same problem. I haven't been able to test in 2.1.11-dev as my svn checkout is not up-to-date and my dev machine has no net connection at the moment. Any suggestions? Andrew. ------=_Part_391_11617336.1195038753025 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi folks,

I'm having problems running the flowscript debugger on JDK 1.5 on Leopard, and wondered if anyone else was seeing the same thing.

Basically, when Cocoon (2.1.10) hits a flowscript and launches the debugger, it also launches an exception:

Exception in thread "AWT-EventQueue-0" java.lang.ArrayIndexOutOfBoundsException: No such child: 1
at java.awt.Container.getComponent (Container.java:280)

I've tried updating to js-1.6r6 and js-1.6r7 but they exhibit the same problem. I haven't been able to test in 2.1.11-dev as my svn checkout is not up-to-date and my dev machine has no net connection at the moment.

Any suggestions?


Andrew.
------=_Part_391_11617336.1195038753025--