some of the underpinnings of community services

This commit is contained in:
Eric J. Bowersox
2003-06-15 19:02:26 +00:00
parent ce27befa54
commit 80d4ba4212
21 changed files with 657 additions and 11 deletions

View File

@@ -31,3 +31,5 @@ auth.grantAccess=You are not authorized to grant access to community "{0}."
auth.revokeAccess=You are not authorized to revoke access grants in community "{0}."
join.disallowed=You are not permitted to join community "{0}."
join.authFail=Unable to authenticate to community "{0}"; cannot join.
svc.modname.mismatch=The name of the service module "{0}" did not match the name stored in the database.
svc.object.badType=The service controller object {0}::{1} was of the wrong type.