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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...