Author: chamikara
Date: Tue Oct 25 20:56:07 2005
New Revision: 328549
URL: http://svn.apache.org/viewcvs?rev=328549&view=rev
Log:
To remove possible confusion :)
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/SimpleSandesha2Server.java
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncEchoClient.java
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncPingClient.java
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncEchoClient.java
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncPingClient.java
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/SimpleSandesha2Server.java
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/SimpleSandesha2Server.java?rev=328549&r1=328548&r2=328549&view=diff
==============================================================================
---
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/SimpleSandesha2Server.java
(original)
+++
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/SimpleSandesha2Server.java
Tue Oct 25 20:56:07 2005
@@ -23,7 +23,7 @@
private static String SANDESHA_HOME = "<SANDESHA_HOME>"; //Change this
to ur path.
- private static String AXIS2_SERVER_PATH = SANDESHA_HOME +
"target\\server\\"; //this will be available after a maven build
+ private static String AXIS2_SERVER_PATH = SANDESHA_HOME +
"\\target\\server\\"; //this will be available after a maven build
public static void main(String[] args) throws AxisFault {
System.out.println("Starting sandesha2 server...");
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncEchoClient.java
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncEchoClient.java?rev=328549&r1=328548&r2=328549&view=diff
==============================================================================
---
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncEchoClient.java
(original)
+++
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncEchoClient.java
Tue Oct 25 20:56:07 2005
@@ -47,7 +47,7 @@
private String SANDESHA_HOME = "<SANDESHA_HOME>"; //Change this to ur
path.
- private String AXIS2_CLIENT_PATH = SANDESHA_HOME + "target\\client\\";
//this will be available after a maven build
+ private String AXIS2_CLIENT_PATH = SANDESHA_HOME +
"\\target\\client\\"; //this will be available after a maven build
public static void main(String[] args) throws AxisFault {
new AsyncEchoClient ().run();
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncPingClient.java
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncPingClient.java?rev=328549&r1=328548&r2=328549&view=diff
==============================================================================
---
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncPingClient.java
(original)
+++
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/AsyncPingClient.java
Tue Oct 25 20:56:07 2005
@@ -44,7 +44,7 @@
private String SANDESHA_HOME = "<SANDESHA_HOME>"; //Change this to ur
path.
- private String AXIS2_CLIENT_PATH = SANDESHA_HOME + "target\\client\\";
//this will be available after a maven build
+ private String AXIS2_CLIENT_PATH = SANDESHA_HOME +
"\\target\\client\\"; //this will be available after a maven build
public static void main(String[] args) throws AxisFault {
new AsyncPingClient().run();
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncEchoClient.java
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncEchoClient.java?rev=328549&r1=328548&r2=328549&view=diff
==============================================================================
---
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncEchoClient.java
(original)
+++
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncEchoClient.java
Tue Oct 25 20:56:07 2005
@@ -41,7 +41,7 @@
private String SANDESHA_HOME = "<SANDESHA_HOME>"; //Change this to ur
path.
- private String AXIS2_CLIENT_PATH = SANDESHA_HOME + "target\\client\\";
//this will be available after a maven build
+ private String AXIS2_CLIENT_PATH = SANDESHA_HOME +
"\\target\\client\\"; //this will be available after a maven build
public static void main(String[] args) throws AxisFault {
new SyncEchoClient().run();
Modified:
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncPingClient.java
URL:
http://svn.apache.org/viewcvs/webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncPingClient.java?rev=328549&r1=328548&r2=328549&view=diff
==============================================================================
---
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncPingClient.java
(original)
+++
webservices/sandesha/trunk/samples/interop/src/org/apache/sandesha2/clients/SyncPingClient.java
Tue Oct 25 20:56:07 2005
@@ -37,7 +37,7 @@
private String SANDESHA_HOME = "<SANDESHA_HOME>"; //Change this to ur
path.
- private String AXIS2_CLIENT_PATH = SANDESHA_HOME + "target\\client\\";
//this will be available after a maven build
+ private String AXIS2_CLIENT_PATH = SANDESHA_HOME +
"\\target\\client\\"; //this will be available after a maven build
public static void main(String[] args) throws AxisFault {
new SyncPingClient ().run();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]