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);