Rena Tsantouli 2011-07-01 14:38:17 +00:00
parent eb5480d6d8
commit 157679cf76
1 changed files with 9 additions and 9 deletions

View File

@ -34,7 +34,7 @@ public class UsersManagementUtils {
EndpointReferenceType endpointUser = new EndpointReferenceType();
ArrayList<String> groupsNames = new ArrayList<String>();
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<String> groupsNames = new ArrayList<String>();
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<ASLGroupModel> groupsByUser = new ArrayList<ASLGroupModel>();
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<ASLGroupModel> groups = new ArrayList<ASLGroupModel>();
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<GroupModel> groups = new ArrayList<GroupModel>();
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();