Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
1.1-alpha-2
-
None
Description
Fails at the last hurdle deleting a project group on an instance that had been upgraded from an old version:
org.apache.maven.continuum.ContinuumException: error removing tempalted role for project Maven
at org.apache.maven.continuum.core.action.RemoveAssignableRolesAction.execute(RemoveAssignableRolesAction.java:78)
at org.apache.maven.continuum.DefaultContinuum.executeAction(DefaultContinuum.java:2432)
at org.apache.maven.continuum.DefaultContinuum.removeProjectGroup(DefaultContinuum.java:261)
at org.apache.maven.continuum.web.action.ProjectGroupAction.remove(ProjectGroupAction.java:184)
I suspect this is an indication of a bigger problem that the missing templated roles are not added automatically if they are missing.
Attachments
Issue Links
- is related to
-
CONTINUUM-1418 Groups Roles aren't added automatically at startup in the available roles list if the users list was deleted
- Closed