diff --git a/src/org/gcube/application/framework/core/security/UsersManagementUtils.java b/src/org/gcube/application/framework/core/security/UsersManagementUtils.java index e26f7f1..267a4c8 100644 --- a/src/org/gcube/application/framework/core/security/UsersManagementUtils.java +++ b/src/org/gcube/application/framework/core/security/UsersManagementUtils.java @@ -34,7 +34,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); ArrayList groupsNames = new ArrayList(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -85,7 +85,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); ArrayList groupsNames = new ArrayList(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -134,7 +134,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); String userId = null; try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPUserManager")); try { LiferaySOAPUserManagerPortType userManagerStub = new LiferaySOAPUserManagerServiceAddressingLocator().getLiferaySOAPUserManagerPortTypePort(endpointUser); @@ -164,7 +164,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); List groupsByUser = new ArrayList(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -202,7 +202,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); List groups = new ArrayList(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -240,7 +240,7 @@ public class UsersManagementUtils { List groups = new ArrayList(); boolean isVO = false; try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -276,7 +276,7 @@ public class UsersManagementUtils { EndpointReferenceType endpointUser = new EndpointReferenceType(); boolean isVO = false; try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -311,7 +311,7 @@ public class UsersManagementUtils { public static String getScope(String groupId) { EndpointReferenceType endpointUser = new EndpointReferenceType(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace(); @@ -345,7 +345,7 @@ public class UsersManagementUtils { public static String getGroupParentId(String groupId) { EndpointReferenceType endpointUser = new EndpointReferenceType(); try { - endpointUser.setAddress(new AttributedURI("lala")); + endpointUser.setAddress(new AttributedURI("http://dl10.di.uoa.gr:8181/usermanagement-ws/LiferaySOAPGroupManager")); } catch (MalformedURIException e) { // TODO Auto-generated catch block e.printStackTrace();