Hi @Andreas.Brueck,
The Listener is in core module (I created it via CUBA/Middleware/Beans/New/Event listener)
I’ve tried TransactionalEventListener and EntityListener. The same result. I’ve already seen all related docs and topics, but don’t find the answer.
Can it be linked with oracle db? Also my entity extends BaseIntIdentityIdEntity and has sequence generator. Is it cause?
The problem is in BaseIntIdentityIdEntity and sequence (generated ID).
When my entity extends StandardEntity or BaseUuidEntity then the change event listener works fine.
But the question is still open: why doesn’t the listener work with BaseIntIdentityIdEntity and sequence?