This content has been marked as final.
Show 1 reply
-
1. Re: Error in Security Configuration example
starksm64 May 3, 2004 12:06 PM (in response to monocongo)This schema works fine with the hsqldb shipped with jboss so what is/is not allowed is dependent on the database. Alter the column names to fit your db.
CREATE TABLE Principals (PrincipalID VARCHAR(64) PRIMARY KEY, Password VARCHAR(64) ); CREATE TABLE Roles (PrincipalID VARCHAR(64), Role VARCHAR(64), RoleGroup VARCHAR(64) );