Hi,

I am facing problem at the login page in jbpm-console (jbpm-jpdl-suite-3.2.GA). 
I changed the database to oracle, executed oracle script file 
jbpm-jpdl-suite-3.2.GA\jbpm-jpdl-3.2.GA\db\jbpm.jpdl.oracle.sql.

Connection to oracle is fine. SessionFactory is successfully created and server 
starts without any exception.

Next I inserted few users in the jbpm_id_user table by following query.

insert into JBPM_ID_USER (ID_,CLASS_, NAME_, EMAIL_, PASSWORD_) 
       values ('2', 'U', 'ernie', '[EMAIL PROTECTED], 'ernie');


Now when I tried to login in jbpm_console application by ernie/ernie, login 
failed.

Anybody else faced this problem

Thanks


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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046719
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to