Field definition uses unexisting field ‘level’ on class com.mtvi.contentprotection.audit.AuditStartHandler: field is null
The above exception is frequently occurring at timer notation, specially when database integrated with camunda. Any idea of this?
thorben
2
Based on the information you have provided, the problem is that you use field injection with the class com.mtvi.contentprotection.audit.AuditStartHandler
where the class does not define this field. See https://docs.camunda.org/manual/latest/user-guide/process-engine/delegation-code/#field-injection-on-listener for details on field injection.
Cheers,
Thorben