Hi,
When migrationg to 5.13 from 5.11 I get the below exception:
The error occurred while setting parameters\r\n### SQL: insert into ACT_RU_JOB ( ID_, REV_, TYPE_, LOCK_OWNER_, LOCK_EXP_TIME_, EXCLUSIVE_, EXECUTION_ID_, PROCESS_INSTANCE_ID_, PROC_DEF_ID_, RETRIES_, EXCEPTION_STACK_ID_, EXCEPTION_MSG_, DUEDATE_, REPEAT_, HANDLER_TYPE_, HANDLER_CFG_ ) values (?, 1, 'timer', ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ? )\r\n### Cause: org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'exceptionByteArrayId' in 'class org.activiti.engine.impl.persistence.entity.TimerEntity'"
Any idea for this? I tried upgrading mybatis from 5.1.1 to 5.2.2 and this did not help also.