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 di...@apache.org on 2006/04/20 15:13:59 UTC

svn commit: r395582 - /webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java

Author: dims
Date: Thu Apr 20 06:13:57 2006
New Revision: 395582

URL: http://svn.apache.org/viewcvs?rev=395582&view=rev
Log:
testEchoXMLASync passes now

Modified:
    webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java

Modified: webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java?rev=395582&r1=395581&r2=395582&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java (original)
+++ webservices/axis2/trunk/java/modules/integration/test/org/apache/axis2/jms/JMSEchoRawXMLTest.java Thu Apr 20 06:13:57 2006
@@ -76,7 +76,7 @@
                         Echo.class.getName(),
                         operationName);
         UtilsJMSServer.deployService(service);
-        clientService = Utils.createSimpleService(serviceName,
+        clientService = Utils.createSimpleServiceforClient(serviceName,
                 Echo.class.getName(),
                 operationName);
         configContext = UtilServer.createClientConfigurationContext();
@@ -124,7 +124,6 @@
         };
 
         ServiceClient sender = new ServiceClient(configContext, clientService);
-        sender.engageModule(new QName("addressing"));
         sender.setOptions(options);
         sender.sendReceiveNonBlocking(operationName, payload, callback);