Hello,
I'm trying to compile Jetspeed cvs version with Orion server (Java2
application server see www.orionserver.com). The compilation works fine
except for two files.
/home/yann/java/jetspeed/bin/src/org/apache/jetspeed/util/servlet/Jetspeed
ServletRequest.java:132:
Method removeAttribute(java.lang.String) not found in interface
javax.servlet.http.HttpServletRequest.
req.removeAttribute(name);
And the other problem:
/home/yann/java/jetspeed/bin/src/org/apache/jetspeed/util/servlet/Jetspeed
ServletResponse.java:0:
The method void setBufferSize(int) declared in class
org.apache.cocoon.util.CocoonServletResponse cannot override the method
of the same signature declared in interface
javax.servlet.ServletResponse. They must have the same return type.
/*
Any ideas ? Thanks.
--
Yann Doussot <[EMAIL PROTECTED]>
Grey Interactive - France
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]