Hello,
The predefined users are located in the jbpm_id_user table. The documentation provides a
manual how to manage users in the hypersonic database.
http://wiki.jboss.org/wiki/Wiki.jsp?page=JbpmGettingStarted
insert into jbpm_id_user values (5, 'U', 'Bill Buyer',
'bill(a)jbpm.org', 'mypassword');
I hope this answer could help you.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019772#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...