Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 83538 invoked by uid 500); 10 Jun 2002 10:35:30 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 83529 invoked by uid 500); 10 Jun 2002 10:35:30 -0000 Delivered-To: apmail-xml-axis-wsif-cvs@apache.org Date: 10 Jun 2002 10:35:29 -0000 Message-ID: <20020610103529.91636.qmail@icarus.apache.org> From: antelder@apache.org To: xml-axis-wsif-cvs@apache.org Subject: cvs commit: xml-axis-wsif/java/test/async AsyncTest.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N antelder 2002/06/10 03:35:29 Modified: java/test/async AsyncTest.java Log: async operations and testcases to get JMS replyto from context Revision Changes Path 1.5 +5 -6 xml-axis-wsif/java/test/async/AsyncTest.java Index: AsyncTest.java =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/test/async/AsyncTest.java,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- AsyncTest.java 10 Jun 2002 10:23:05 -0000 1.4 +++ AsyncTest.java 10 Jun 2002 10:35:29 -0000 1.5 @@ -115,11 +115,11 @@ doit("SOAPJMSPort", "axis"); } - public void testSoapJms() { - if (TestUtilities.areWeTesting("jms")) - doit("SOAPJMSPort","soap"); - } - + //public void testNativeJms() { + // if (TestUtilities.areWeTesting("jms")) + // doit("NativeJMSPort", null); + //} + private void doit(String portName, String protocol) { if ( !TestUtilities.areWeTesting("async") ) { @@ -211,7 +211,6 @@ WSIFMessage input3 = operation3.createInputMessage(); WSIFMessage output3 = operation3.createOutputMessage(); WSIFMessage fault3 = operation3.createFaultMessage(); - input3.setObjectPart( "partJmsReplyTo", "" ); input3.setObjectPart("symbol", ""); boolean ok = operation3.executeRequestResponseOperation(input3, output3, fault3);