Author: thilina
Date: Tue Jan 31 05:21:31 2006
New Revision: 373814
URL: http://svn.apache.org/viewcvs?rev=373814&view=rev
Log:
small typo... Changing 8082 to 8081..
Modified:
webservices/kandula/trunk/java/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
Modified:
webservices/kandula/trunk/java/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
URL:
http://svn.apache.org/viewcvs/webservices/kandula/trunk/java/test/org/apache/kandula/integration/CreateCoordinationContextTest.java?rev=373814&r1=373813&r2=373814&view=diff
==============================================================================
---
webservices/kandula/trunk/java/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
(original)
+++
webservices/kandula/trunk/java/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
Tue Jan 31 05:21:31 2006
@@ -85,7 +85,7 @@
TransactionManager tm = new TransactionManager(
Constants.WS_AT,
new EndpointReference(
-
"http://localhost:8082/axis2/services/ActivationCoordinator"));
+
"http://localhost:8081/axis2/services/ActivationCoordinator"));
tm
.begin("D:/Dev/kandula_svn/repo",
@@ -94,7 +94,7 @@
KandulaDemoServiceStub stub = new KandulaDemoServiceStub(
"D:/Dev/kandula_svn/repo",
new EndpointReference(
-
"http://localhost:8082/axis2/services/KandulaDemoService"));
+
"http://localhost:8081/axis2/services/KandulaDemoService"));
stub.creditOperation();
// try{
tm.commit();
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]