jmix-framework / jmix

Jmix framework
https://www.jmix.io
Apache License 2.0
555 stars 118 forks source link

Migration of HSQLDB fails with BPM #3241

Open timlehmkuhl opened 4 months ago

timlehmkuhl commented 4 months ago

Environment

Jmix version: 2.2.1 -> 2.2.2, 2.2.3

Bug Description

I update an existing Jmix 2.2.1 project to version 2.2.2 or 2.2.3. The BPM addon is used in the project and HSQLDB file as data store with existing DB. After the first application launch after the update, a migration error occurs from flowable and the application cannot be started.

Steps To Reproduce

Download and start Demo Project Or Create Jmix Project with Jmix 2.2.1, BPM Addon and HSQLDB File Datastore Start Application for creating DB Update Project to Jmix 2.2.3 Start Application

Current Behavior

Application wont’t start and flowable migration error occurs Error on first start after update: image

Error after second start after update:

image

Expected Behavior

Migration with existing HSQLDB Datastore runs without error and application starts.

Sample Project

flowabledemo.zip

gorbunkov commented 3 months ago

Flowable issue: https://github.com/flowable/flowable-engine/issues/3897