XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.0.1
    • 2.0.0-RC1
    • None

    Description

      anytime a mgr impl calls down into a DAO (thru the P object) the tenant id must be set onto the entity.

      Change code as shown below:

      public final class AdminMgrImpl extends Manageable implements AdminMgr, Serializable
      {
      ...
      public void deleteRole( Role role ) throws SecurityException
      {
      ...
      List<Group> groups = groupP.roleGroups( outRole );
      for ( Group group : groups )

      { group.setContextId( this.contextId ); groupP.deassign( group, outRole.getDn() ); }

      Attachments

        Activity

          People

            smckinney Shawn McKinney
            smckinney Shawn McKinney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: