Forgot a file. Am in the middle of a build. could you please apply this patch?

Index: src/test/java/org/apache/geronimo/axis/AxisResponse.java
===================================================================
--- src/test/java/org/apache/geronimo/axis/AxisResponse.java
(revision 503665)
+++ src/test/java/org/apache/geronimo/axis/AxisResponse.java    (working copy)
@@ -180,6 +180,9 @@
    }
+    public void flushBuffer() throws java.io.IOException{
+    }
+
    public void setHeader(String name, String value) {
        headers.put(name,value);

thanks,
dims

On 2/6/07, Sachin Patel <[EMAIL PROTECTED]> wrote:

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

/home/tck/geronimo/trunk/modules/geronimo-axis/src/test/java/org/apache/geronimo/axis/AxisResponse.java:[25,7]
org.apache.geronimo.axis.AxisResponse is not abstract and
does not override abstract method flushBuffer() in
org.apache.geronimo.webservices.WebServiceContainer.Response

-sachin




--
Davanum Srinivas :: http://wso2.org/ :: Oxygen for Web Services Developers

Reply via email to