Hi !
I am using turbine 2.1 .But I have got som confused about TurbineSecurity.
There is a Role object retrieved from TurbineSecurity.getAllRoles().
Then I tested the object by { roleObj.getPermissions().contains("delete"); }.
But I got a null Exception because the PermissionSet return from the getPermissions()
is null. Howerver, After accessing the role object form Flux's "RolePermission.vm",
the PermissionSet returned by getPermissions() is nerver a null. And everything is
Ok before restart restart tomcat again.
It seems like taht the system role objects would not be initialized when I call
TurbineSecurity.getAllRole(). Is there any other function that return the initialzed
Role object?
Thank you.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>