I have a requirement where I want to audit records only on change of Status field. I\'ve followed documentation chapter tutorial \"15.8. Conditional auditing\".
Step
Maybe...
In my case, I use Maven, and I had to include in the pom.xml, the following line : **/*.Integrator, because the file was not packaged in the .ear.
pom.xml
**/*.Integrator
.ear
My pom.xml:
src/main/resources true **/*.xml **/*.Integrator ...