bug 7707: resolving the snapshots listing issue

status 7707: resolved fixed
This commit is contained in:
abhishek 2011-01-25 15:54:24 -08:00
parent 4fdbb00060
commit 9b43e27706
1 changed files with 2 additions and 0 deletions

View File

@ -807,6 +807,8 @@ public class SnapshotManagerImpl implements SnapshotManager, SnapshotService, Ma
Account userAccount = _accountDao.findActiveAccount(accountName, domainId);
if (userAccount != null) {
accountId = userAccount.getId();
} else {
throw new InvalidParameterValueException("Could not find account:"+accountName+" in domain:"+domainId);
}
}
} else {