"swd847" wrote : Does the user-role table have a primary key?
I have
Table role:
-role (pk)
-name
-description
Table user:
-username(pk)
-password
-name
-email
Table user_role:
username(pk)
role(pk)
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092645#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...