Microflow constant error after updating Community Commons

0
After updating the Community Commons I got the following error while starting the application: Executing start did not succeed: result: 4, message: Could not find microflow constant definition for [CommunityCommons.enableReleaseLockEvent]. Now, I know I probably have to change something in the m2ee.yaml file. Does anyone know what I should change? Thanks in advance! :-)
asked
3 answers
5

i think it's referring to : "CommunityCommons.enableReleaseLockEvent": 'true'

can be set to false ;)

in modeler : Community Commons module > ORM folder > Locking folder > but that's in mendix 3 ;)

answered
0

If I look at this error, I would say all you need to do is to create a constant with that name and type in the Community Commons module.

answered
0

Thanks! Stephans solution worked :-).

answered