throw new GroupsException(eMsg);
}
try
{
IGroupServiceFactory groupServiceFactory =
(IGroupServiceFactory)Class.forName(factoryName).newInstance();
groupService = groupServiceFactory.newGroupService();
}
catch (Exception e)
{
eMsg = "GroupService.initialize(): Problem creating groups service...";
log.error( eMsg, e);