This appears to be a data-integrity problem where deleting a role has not been properly propagated or protected against: Seeking to refactor the role of "user" to "member" and "guest", I removed the role of "user" and now jetspeed refuses to assign any roles to any users returning instead errors like
Failed update role+permission: org.apache.jetspeed.services.security.GroupException: Unjoin group 'Jetspeed' to user 'anon' failed: : Unknown role 'user' Adding the 'user' role back in corrects the problem. My guess is that you have to manually ensure that the role is no longer used before you remove it, but this should be detected when someone tries to delete a role. -- Gary Lawrence Murphy - [EMAIL PROTECTED] - TeleDynamics Communications - blog: http://www.teledyn.com/mt/ - biz: http://teledyn.com/ - "Computers are useless. They can only give you answers." (Picasso) -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
