You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ba...@apache.org on 2008/03/28 21:14:10 UTC

svn commit: r642363 - /webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java

Author: barrettj
Date: Fri Mar 28 13:14:09 2008
New Revision: 642363

URL: http://svn.apache.org/viewvc?rev=642363&view=rev
Log:
Comment out the excluded method; it is causing a test failure on sun jdk.

Modified:
    webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java

Modified: webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java?rev=642363&r1=642362&r2=642363&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws-integration/test/org/apache/axis2/jaxws/sample/parallelasync/server/AsyncPort.java Fri Mar 28 13:14:09 2008
@@ -264,8 +264,10 @@
      * @return
      *     returns java.lang.String
      */
-    @WebMethod(exclude=true)
-    public String customAsync(
-        String request);
+// TODO: This causes validation failures when using the Sun JDK.
+// https://issues.apache.org/jira/browse/AXIS2-3679
+//    @WebMethod(exclude=true)
+//    public String customAsync(
+//        String request);
 
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org