Okay, I understand why I couldn't enter some values ... so I have delete the relations between role - membership and users - membership. But I have create my tables with the script setup.ddl :
create table jbp_role_membership ( | jbp_rid INTEGER not null, | jbp_uid INTEGER not null, | primary key (jbp_uid, jbp_rid) | ); | I drop and recreate this table ... thanks for all lnhf View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863552#3863552 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863552 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
