Doh. My mistake. A good old-fashioned type. Oh well. The mistake is in the following:
CREATE TABLE roles_permission(
id SERIAL PRIMARY KEY,
permission varchar(64) NOT NULL,
role_name varchar(64)
);
Should be
CREATE TABLE roles_permissions{ ...
- Cheers
--
View this message in context:
http://shiro-user.582556.n2.nabble.com/Shiro-and-JSF-problems-tp5700715p5732303.html
Sent from the Shiro User mailing list archive at Nabble.com.
