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!