Here's an excerpt from the JbpmGettingStarted segment
anonymous wrote : We will now write the SQL to add a row to the jbpm_id_user table. This
table has the following fields:
|
| id_
| class_
| name_
| email_
| password_
|
| For this example, we will insert a user with id ?5?, class ?U?, name ?Bill Buyer?,
email ?bill(a)jbpm.org?, and password of ?mypassword?. The SQL to do this is below:
|
| insert into jbpm_id_user values (5, 'U', 'Bill Buyer',
'bill(a)jbpm.org', 'mypassword');
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994286#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...