Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 70876 invoked from network); 23 Apr 2004 15:51:05 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Apr 2004 15:51:05 -0000 Received: (qmail 88427 invoked by uid 500); 23 Apr 2004 15:50:53 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 88371 invoked by uid 500); 23 Apr 2004 15:50:53 -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 Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 88281 invoked from network); 23 Apr 2004 15:50:51 -0000 Received: from unknown (HELO out010.verizon.net) (206.46.170.133) by daedalus.apache.org with SMTP; 23 Apr 2004 15:50:51 -0000 Received: from verizon.net ([4.64.15.4]) by out010.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040423155054.EOAB1910.out010.verizon.net@verizon.net> for ; Fri, 23 Apr 2004 10:50:54 -0500 Message-ID: <40893ADB.3040807@verizon.net> Date: Fri, 23 Apr 2004 08:48:43 -0700 From: Christopher Oliver User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [RT] Use of flowscript or the pyramid of contracts (was Re:[RT] Checked exceptions considered harmful) References: <1E0CC447E59C974CA5C7160D2A2854EC02FECD59@SJMEMXMB04.stjude.sjcrh.local> In-Reply-To: <1E0CC447E59C974CA5C7160D2A2854EC02FECD59@SJMEMXMB04.stjude.sjcrh.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out010.verizon.net from [4.64.15.4] at Fri, 23 Apr 2004 10:50:53 -0500 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N There's not enough information in that bug report to determine the problem. Can you try to debug why a URLSource (with exists() == true) is being returned by the source resolver for the (presumably nonexistent) resource "org.java"? I had no luck debugging this since I can't recreate the problem (I don't use JBoss) and because I have no idea where to find the source code for the classes in excalibur-sourceresolve-1.1.jar. Anyone know where that is? I browsed the avalon cvs but couldn't find it. Regards, Chris Hunsberger, Peter wrote: >Stefano Mazzocchi writes: > > > > >>Now we made it easier to write flowscript than to write >>components, now >>we have to focus on making it easier to write components than >>flowscript. >> >>How? >> >>Chris' magic compiler classloader is the way to go, IMHO. >> >> > >If so, then it's going to have to work in all environments. It's still >broken when deploying as an EAR under JBoss: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27484 > > > > > >