Hello there,
when i add some new Permissions to the turbine-security.xml
<!-- Permissions -->
<TurbinePermission PermissionId="1" PermissionName="admin_users"/>
<TurbinePermission PermissionId="2"
PermissionName="homepage_access"/>
<TurbinePermission PermissionId="3" PermissionName="news_anzeigen"/>
<TurbinePermission PermissionId="4" PermissionName="news_anlegen"/>
they wont be shown in the Permission-Screen. The same thing for new Roles.
Additional when i try to execute the add new Permission action i got this
exception:
Caused by: org.apache.turbine.util.security.DataBackendException:
addRole(Role) failed: The table TURBINE_ROLE does not have a proper entry in
the ID_TABLE
The PERMISSION-TABLE use the IdBroker
I dont�t know whats going wrong
Stefan