Hello i’m upgrading from activiti 5 to flowable 6, and i have this issue :
### Error querying database. Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'lockOwner' of 'class org.activiti.engine.impl.persistence.entity.TimerJobEntity' with value 'd4f8b4a1-0bc7-4a5c-8402-9af56113eec2' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'lockOwner' in 'class org.activiti.engine.impl.persistence.entity.TimerJobEntity'
### The error may exist in org/activiti/db/mapping/entity/TimerJob.xml
### The error may involve org.activiti.engine.impl.persistence.entity.TimerJobEntity.selectTimerJobsByExecutionId
### The error occurred while handling results
### SQL: select * from ACT_RU_TIMER_JOB J where J.EXECUTION_ID_ = ?
### Cause: org.apache.ibatis.reflection.ReflectionException: Could not set property 'lockOwner' of 'class org.activiti.engine.impl.persistence.entity.TimerJobEntity' with value 'd4f8b4a1-0bc7-4a5c-8402-9af56113eec2' Cause: org.apache.ibatis.reflection.ReflectionException: There is no setter for property named 'lockOwner' in 'class org.activiti.engine.impl.persistence.entity.TimerJobEntity'
Can you please help us on this.
regards,