Missing tables in openkm 5.0
PostPosted:Tue Dec 21, 2010 3:13 am
Hello All,
I have a problem with workflow in openkm 5.0. My configuration is : openkm 5 & mysql database, OS linux ubuntu, jboss 4.2.3, jbpm 3.3.1GA, sun java 1.6.
My curiosity start when I tried to run some task assignment to other user. The task is succesfully writen to table : JBPM_TASK, the swimlane is succesfully writen to table : JBPM_SWIMLANE, but when I logged in as the user who should do the task, no task is in his dashboard.
An then I inspect the database (comparing version 4.1 database dan 5.0 database) I notice that some tables are missing in 5.0. The tables are all JBPM related :
If the user is no longer in the JBPM_ID_USER, I wonder how we can do task assigment in openkm 5.0 ?. Is there anyone that already successfully using workflow in openkm ?. Should I create and insert data manually for all those user related tables ?.
Thanks in advance for your help,
regards,
surajaya
I have a problem with workflow in openkm 5.0. My configuration is : openkm 5 & mysql database, OS linux ubuntu, jboss 4.2.3, jbpm 3.3.1GA, sun java 1.6.
My curiosity start when I tried to run some task assignment to other user. The task is succesfully writen to table : JBPM_TASK, the swimlane is succesfully writen to table : JBPM_SWIMLANE, but when I logged in as the user who should do the task, no task is in his dashboard.
An then I inspect the database (comparing version 4.1 database dan 5.0 database) I notice that some tables are missing in 5.0. The tables are all JBPM related :
Code: Select all
| JBPM_ID_GROUP |
| JBPM_ID_MEMBERSHIP |
| JBPM_ID_PERMISSIONS |
| JBPM_ID_USER
If the user is no longer in the JBPM_ID_USER, I wonder how we can do task assigment in openkm 5.0 ?. Is there anyone that already successfully using workflow in openkm ?. Should I create and insert data manually for all those user related tables ?.
Thanks in advance for your help,
regards,
surajaya