Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 91017 invoked from network); 17 Nov 2006 16:45:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 16:45:50 -0000 Received: (qmail 77261 invoked by uid 500); 17 Nov 2006 16:45:57 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 77213 invoked by uid 500); 17 Nov 2006 16:45:57 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 77201 invoked by uid 99); 17 Nov 2006 16:45:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 08:45:57 -0800 X-ASF-Spam-Status: No, hits=1.7 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_IN_SORBS_WEB X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [209.86.89.62] (HELO elasmtp-dupuy.atl.sa.earthlink.net) (209.86.89.62) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 08:45:44 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=ebBTh6A4kXcrWa6J7dNBtmFb9ydg+dZ/7ggSTqCl96yegbRGQe7MosLiWA8nz4YR; h=Received:Message-ID:Date:From:User-Agent:X-Accept-Language:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding:X-ELNK-Trace:X-Originating-IP; Received: from [129.33.49.251] (helo=[9.37.214.130]) by elasmtp-dupuy.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1Gl6qC-0005Zq-BP for dev@geronimo.apache.org; Fri, 17 Nov 2006 11:45:24 -0500 Message-ID: <455DE725.80606@earthlink.net> Date: Fri, 17 Nov 2006 11:45:25 -0500 From: Joe Bohn User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Java EE 5 sandbox build failure References: <455DE636.6070809@earthlink.net> In-Reply-To: <455DE636.6070809@earthlink.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ELNK-Trace: c408501814fc19611aa676d7e74259b7b3291a7d08dfec799074fbda36c4ebccba29ee28ef033bf5350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 129.33.49.251 X-Virus-Checked: Checked by ClamAV on apache.org Looks like there were some changes made in trunk for wadi and I need to make similar changes in this module. Joe Joe Bohn wrote: > > The Java EE 5 sandbox fails to build for me now with the following error > when trying to build the module for jetty 6 wadi clustering: > > ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Compilation failure > > C:\javaee5\modules-jee5\geronimo-jetty6-clustering-wadi\src\main\java\org\apache\geronimo\jetty6\cluster\wadi\WADIClusteredPreHandler.java:[70,22] > init(javax.se > rvlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain,org.codehaus.wadi.InvocationProxy) > in org.codehaus.wadi.web.impl. > WebInvocation cannot be applied to > (javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,javax.servlet.FilterChain) > > > > Were there some changes recently to wadi that may have affected this? It > doesn't look like the sandbox code has changed in this area. > > Joe > > >