I am using JBoss AS 4.0.4 GA + JBossPortal 2.4 GA. Maybe there are some differences between JBossPortal2.2 and JBossPortal2.4. When I used JBossAS4.0.4+JBossPortal2.4 bundle, and use the default HSQL as DBMS, there was no problem. When I changed the DBMS to MySQL, many exceptions occered. First, I changed 4 fields as you have seen, then, I insert some data(user/role) in db, finally, no exceptions occered.
| | INSERT INTO JBP_ROLES VALUES(1,'Admin','Administrators'); | INSERT INTO JBP_ROLES VALUES(2,'User','Users'); | INSERT INTO JBP_USERS VALUES(1,'admin',NULL,NULL,'21232f297a57a5a743894a0e4a801fc3','[EMAIL PROTECTED]',NULL,'2006-09-24',TRUE,TRUE); | INSERT INTO JBP_USERS VALUES(2,'user',NULL,NULL,'ee11cbb19052e40b07aac0ca060c23ee','[EMAIL PROTECTED]',NULL,'2006-09-24',TRUE,TRUE); | INSERT INTO JBP_ROLE_MEMBERSHIP VALUES(1,1); | INSERT INTO JBP_ROLE_MEMBERSHIP VALUES(2,2); | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976543#3976543 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976543 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
