Hello,
I'm currently trying to install MySQL on jBPM by following the user guide. In that guide, in the Last Steps Section, I must insert the users in the JBPM_ID_USER table.
But in the creation script jbpm_jpdl_mysql.sql, there is no creation for JBPM_ID_USER table, so I havn't this table.
I can create it but I wanted to know if there were other tables to recreate or if there is a new script especially for 3.2 GA version which include those tables.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053089#4053089
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053089
What would be a nice feature though is to have the option to get a tasklist with only specific tasks (grouped by name, priority, or whatever). The filters in the console already support this, but maybe a treelist kind of view would be a nice enhancement. That is what (if I remember correctly) is done in staffware/tibco as well. Not sure if we can use this without violating any patents :-(
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053084#4053084
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053084
Look at the name of the table its using:
'.users users0_'
See the "." right before users? I don't know for sure, but it looks to me like that is missing the schema name (not sure what MySQL calls it - database name? username?)
You probably just have to configure your persistence.xml a little more to tell Hibernate the schema name.
Just a thought - I have no idea if what I just said is right :) But for sure it seems like ".users" isn't right - table names don't have dots as their first character.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053083#4053083
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053083