I see you are using SQLServer, how did you create the table ?
Your fields are not in the correct order, jbp_uid should appear before jbp_rid.
(opposite from you)
Please try:
delete from jbp_role_membership;
insert into jbp_role_membership (jbp_uid, jbp_rid) values ('6', '1');
(If you still have the same data as above)
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3863550#3863550
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3863550
-------------------------------------------------------
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