mysql> select * from JBM_USER;
  | +---------+--------+----------+
  | | USER_ID | PASSWD | CLIENTID |
  | +---------+--------+----------+
  | | guest   | guest  | NULL     |
  | +---------+--------+----------+
  | 1 row in set (0.00 sec)
  | 
  | mysql> select * from JBM_ROLE;
  | +---------+---------+
  | | ROLE_ID | USER_ID |
  | +---------+---------+
  | | guest   | guest   |
  | +---------+---------+
  | 1 row in set (0.00 sec)

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143383#4143383

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143383
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to