I want to insert a computed value into my database once a specific changeset ran. So I tried registering a ChangeExecListener hoping, that its method 'ran' is called after the changeset ran so I can code the calculation of the value in that method and then update the database. Sadly the method 'ran' is not called.
↧