Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 5687 invoked from network); 30 Jan 2006 15:58:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jan 2006 15:58:58 -0000 Received: (qmail 14510 invoked by uid 500); 30 Jan 2006 15:58:57 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 14472 invoked by uid 500); 30 Jan 2006 15:58:57 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 14461 invoked by uid 500); 30 Jan 2006 15:58:57 -0000 Delivered-To: apmail-ws-sandesha-cvs@ws.apache.org Received: (qmail 14458 invoked by uid 99); 30 Jan 2006 15:58:57 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Jan 2006 07:58:57 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 30 Jan 2006 07:58:56 -0800 Received: (qmail 5570 invoked by uid 65534); 30 Jan 2006 15:58:36 -0000 Message-ID: <20060130155836.5569.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r373538 - /webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java Date: Mon, 30 Jan 2006 15:58:35 -0000 To: sandesha-cvs@ws.apache.org From: chamikara@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: chamikara Date: Mon Jan 30 07:58:01 2006 New Revision: 373538 URL: http://svn.apache.org/viewcvs?rev=373538&view=rev Log: A small change to the test cases Modified: webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java Modified: webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java?rev=373538&r1=373537&r2=373538&view=diff ============================================================================== --- webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java (original) +++ webservices/sandesha/trunk/test/src/org/apache/sandesha2/AddressablePingTest.java Mon Jan 30 07:58:01 2006 @@ -19,6 +19,7 @@ import javax.xml.namespace.QName; import org.apache.axis2.AxisFault; +import org.apache.axis2.Constants; import org.apache.axis2.addressing.EndpointReference; import org.apache.axis2.client.Options; import org.apache.axis2.client.ServiceClient; @@ -80,6 +81,7 @@ String sequenceKey = "sequence2"; clientOptions.setProperty(Sandesha2ClientAPI.SEQUENCE_KEY,sequenceKey); clientOptions.setProperty(Sandesha2ClientAPI.AcksTo,acksToEPR); + clientOptions.setTransportInProtocol(Constants.TRANSPORT_HTTP); ServiceClient serviceClient = new ServiceClient (configContext,null); //serviceClient. --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org