cancel
Showing results for 
Search instead for 
Did you mean: 

MySQL support

tnagaraj
Champ in-the-making
Champ in-the-making
I am trying to migrate from the default database h2 to MySQL. I have been trying to create the application specific tables using a buildSchema. Although the tables get created, the buildSchema fails with the error message: "org.hibernate.HibernateException: Wrong column type in activiti.act_re_procdef for column HAS_START_FORM_KEY_. Found: tinyint, expected: bit"

I have already tried running it after the MySQL specific modification of the 'ProcessEngineConfiguration' class file in the activiti engine jar. But it continues to throw the same error message. Please suggest a workaround. Any pointers will be highly appreciated!
1 REPLY 1

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Search the internet for this, well known and documented hibernate 'thing'