small typo... Changing 8082 to 8081..
diff --git a/test/org/apache/kandula/integration/CreateCoordinationContextTest.java b/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
index ef3f44f..fe1da92 100644
--- a/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
+++ b/test/org/apache/kandula/integration/CreateCoordinationContextTest.java
@@ -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();