Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 67509 invoked from network); 1 Feb 2006 17:20:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Feb 2006 17:20:44 -0000 Received: (qmail 25413 invoked by uid 500); 1 Feb 2006 17:20:41 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 24892 invoked by uid 500); 1 Feb 2006 17:20:39 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 24856 invoked by uid 99); 1 Feb 2006 17:20:38 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2006 09:20:37 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 6F0C5E1 for ; Wed, 1 Feb 2006 18:20:16 +0100 (CET) Message-ID: <1852916812.1138814416451.JavaMail.jira@ajax.apache.org> Date: Wed, 1 Feb 2006 18:20:16 +0100 (CET) From: "Julie Zhuo (JIRA)" To: dev@beehive.apache.org Subject: [jira] Closed: (BEEHIVE-634) Tomcat Pageflow Adapter does not compile with Tomcat 5.5.x MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 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 [ http://issues.apache.org/jira/browse/BEEHIVE-634?page=all ] Julie Zhuo closed BEEHIVE-634: ------------------------------ Assign To: Julie Zhuo (was: Alejandro Ramirez) Verified with rev374070. Now we create different version of Adapters, 5.0.x znc 5.5.x. They both compiled successfully with both tomcat5.0.28 and tomcat5.5.9. Close. > Tomcat Pageflow Adapter does not compile with Tomcat 5.5.x > ---------------------------------------------------------- > > Key: BEEHIVE-634 > URL: http://issues.apache.org/jira/browse/BEEHIVE-634 > Project: Beehive > Type: Bug > Components: NetUI > Versions: v1m1, V1Alpha, V1Beta > Environment: Using Beehive SVN version and Tomcat 5.5.7 > Reporter: Abdessattar Sassi > Assignee: Julie Zhuo > Priority: Minor > Fix For: 1.0.1 > Attachments: patch.txt > > The compilation of module tomcat-server under netui fails due to the use of obsolete Tomcat internal classes and interfaces. > build: > [echo] compile module: tomcat-server > [echo] module classpath: D:\J2EE\beehive-src\trunk\external\servlet\servlet-api-2.4.jar;D:\J2EE\beehive-src\trunk\external\servlet\jsp- > api-2.0.jar;D:\J2EE\beehive-src\trunk\external\log4j\log4j-1.2.8.jar;D:\J2EE\beehive-src\trunk\external\commons\commons-logging-1.0.4.jar;D: > \J2EE\beehive-src\trunk\netui\build\lib\beehive-netui-tomcat-common-5x.jar;D:\J2EE\beehive-src\trunk\netui\external\tomcat\5x\catalina.jar;D > :\J2EE\beehive-src\trunk\netui\external\tomcat\5x\tomcat-coyote.jar > [echo] debug: true > [javac] Compiling 2 source files to D:\J2EE\beehive-src\trunk\netui\build\classes\tomcat-server > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowHelperImpl.java:24: package org.apa > che.coyote.tomcat5 does not exist > [javac] import org.apache.coyote.tomcat5.CoyoteConnector; > [javac] ^ > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowHelperImpl.java:35: cannot find sym > bol > [javac] symbol : class HttpRequest > [javac] location: class org.apache.beehive.netui.tomcat.PageflowHelperImpl > [javac] private HttpRequest _request = null; > [javac] ^ > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowHelperImpl.java:36: cannot find sym > bol > [javac] symbol : class HttpResponse > [javac] location: class org.apache.beehive.netui.tomcat.PageflowHelperImpl > [javac] private HttpResponse _response = null; > [javac] ^ > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowHelperImpl.java:271: cannot find sy > mbol > [javac] symbol : class HttpRequest > [javac] location: class org.apache.beehive.netui.tomcat.PageflowHelperImpl > [javac] void initRequest( HttpRequest request, HttpResponse response, PageflowValve valve ) > [javac] ^ > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowHelperImpl.java:271: cannot find sy > mbol > [javac] symbol : class HttpResponse > [javac] location: class org.apache.beehive.netui.tomcat.PageflowHelperImpl > [javac] void initRequest( HttpRequest request, HttpResponse response, PageflowValve valve ) > [javac] ^ > [javac] D:\J2EE\beehive-src\trunk\netui\src\tomcat-server\5x\org\apache\beehive\netui\tomcat\PageflowValve.java:41: cannot find symbol > [javac] symbol : class Request > [javac] location: class org.apache.beehive.netui.tomcat.PageflowValve > [javac] public void invoke(Request request, Response response, ValveContext valveContext) > .... -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira