Return-Path: Mailing-List: contact soap-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list soap-dev@xml.apache.org Received: (qmail 34857 invoked from network); 8 Aug 2000 23:28:07 -0000 Received: from host127.vignette.com (HELO hard.vignette.com) (207.8.7.254) by locus.apache.org with SMTP; 8 Aug 2000 23:28:07 -0000 Received: from vignette.com (hq2519.vignette.com [10.17.60.223]) by hard.vignette.com (8.10.1/8.10.1) with ESMTP id e78NRP221265 for ; Tue, 8 Aug 2000 18:27:25 -0500 Message-ID: <399097F7.8EA28A35@vignette.com> Date: Tue, 08 Aug 2000 18:29:59 -0500 From: Rich Johns X-Mailer: Mozilla 4.6 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: soap-dev Subject: RPCRouterServlet won't compile Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Howdy, I just downloaded source and am trying to build. I'm getting the following compiler error and was wondering if I'm using the correct version of javax.servlet.*. I'm using the 2.1 version which has a putValue(...) and getValue(...) but no put/getAttribute(...). here are the errors: D:\xml-soap\java\src\org\apache\soap\server\http\RPCRouterServlet.java:224: Method getAttribute(java.lang.String) not found in interface javax.servlet.http.HttpSession. targetObject = session.getAttribute (targetID); ^ D:\xml-soap\java\src\org\apache\soap\server\http\RPCRouterServlet.java:255: Method setAttribute(java.lang.String, java.lang.Object) not found in interface javax.servlet.http.HttpSession. session.setAttribute (targetID, targetObject); thanks.