[jboss-user] [JBoss jBPM] - Re: MYSQL database connection within JBoss application(using

newbie007 do-not-reply at jboss.com
Thu Jul 20 09:17:49 EDT 2006


I used to get that message. Make sure that you have users in the jbpm_id_user table. Look at the console to see if hibernate is able to connect to your database etc.

If users are not there then use following insert sqls for inserting into jbpm_id_user table (hopefully you didn't change jbpm tables)

insert into JBPM_ID_USER (ID_, CLASS_, NAME_, EMAIL_, PASSWORD_) 
  |        values ('1', 'U', 'cookie monster', 'cookie.monster at sesamestreet.tv', 'crunchcrunch');
  | insert into JBPM_ID_USER (ID_,CLASS_, NAME_, EMAIL_, PASSWORD_) 
  |        values ('2', 'U', 'ernie', 'ernie at sesamestreet.tv', 'canthereyoubert,theresabananainmyear');
  | insert into JBPM_ID_USER (ID_,CLASS_, NAME_, EMAIL_, PASSWORD_) 
  |        values ('3', 'U', 'bert', 'bert at sesamestreet.tv', 'ernie,theresabananainyourear');
  | insert into JBPM_ID_USER (ID_,CLASS_, NAME_, EMAIL_, PASSWORD_) 
  |        values ('4', 'U', 'grover', 'grover at sesamestreet.tv', 'mayday mayday');

Thanks.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959558



More information about the jboss-user mailing list