I need to make an audit module to my Java Web App. I use EclipseLink, not Hibernate (can\'t use Envers). I searched a lot some way to get the SQL or JPQL that JPA is executing, so I could log somethin
The server, a stand-alone SE application running Spring 2.5.6 and an embedded jetty. Clients, Swing application, connects to the server using HttpInvoker.
The requirement seems simple: when data changes, audit the changes. Here\'s some important pieces to the equation:
I have a database that it is always changing... updates, inserts and deletes. For statistics reason, we need sometime to \"go back in time\" (-: and query the database like we are in the past.
A client is asking how long does it take to audit the security of his Drupal module开发者_Go百科 that is 29k lines long.Does anyone know at least what ballpark I should give him?His main concerns are
I wa开发者_开发问答nt to track live changes to ACLs using .NET without using the EventLog variation.
I have the challenge of needing to audit data changes made by users of an MVC application. Auditing creation and deletion of records is easy.
I\'m using Hibernate Envers for auditing. It works fine. However, I\'m try to get the rev id right after modifying the data. I have CustomRevisionEntity as below:
I have a web application, and I would like to audit most of the users actions on the application, for examp开发者_StackOverflowle login, insertion to db, update to db, fired exceptions, etc.
I have a SQL Server 2008 database with 10 windows users who all have permissions to Insert, Update and Delete tables. Each table has a trigger that writes to an audit table in a different database.