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 [EMAIL PROTECTED], and password of ?mypassword?. The SQL to do this is below: | | insert into jbpm_id_user values (5, 'U', 'Bill Buyer', '[EMAIL PROTECTED]', 'mypassword');
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994286#3994286 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994286 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
