Uploaded image for project: 'Grouper'
  1. Grouper
  2. GRP-2316

GrouperDeprovisioningEmailService bug

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • 2.4.0.patch, 2.5.0, 2.4.1
    • 2.4.0
    • None
    • None

    Description

      String deprovisioningInheritedFromFolderId = attributeValue.getInheritedFromFolderIdString();

      Stem configurationStem = StemFinder.findByIdIndex(Long.valueOf(deprovisioningInheritedFromFolderId), true, new QueryOptions());

      deprovisioningInheritedFromFolderId is stem uuid, not idIndex, this line throws exception. We fixed it as following to

      fix: 

      Stem configurationStem = StemFinder.findByUuid(GrouperSession.staticGrouperSession(),deprovisioningInheritedFromFolderId, true);

      Attachments

        Activity

          People

            vivek.sachdeva@at.internet2.edu Vivek Sachdeva (google.com)
            wenlai.wang@at.internet2.edu Wenlai Wang
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: