Conditional Envers Auditing

后端 未结 5 1416
死守一世寂寞
死守一世寂寞 2020-12-31 13:58

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

5条回答
  •  被撕碎了的回忆
    2020-12-31 14:48

    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.

    My pom.xml:

    
           
               src/main/resources
               true
               
                    **/*.xml
                   **/*.Integrator
               
           
           ...
    

提交回复
热议问题