Rena Tsantouli 2011-11-07 09:38:34 +00:00
parent 69004dfc95
commit aff1627b9f
1 changed files with 3 additions and 1 deletions

View File

@ -158,7 +158,9 @@ public class UsersManagementUtils {
GetRootVO rootVO = new GetRootVO();
try {
String rootVo = groupStub.getRootVO(rootVO).get_return().getGroupId();
return rootVo;
String rootVoName = getScope(rootVo);
System.out.println("RootVo returning: " + rootVoName);
return rootVoName;
} catch (GroupRetrievalFault e) {
// TODO Auto-generated catch block
e.printStackTrace();