[Escapek-developers] [Task #132296] Add audit features
Status: Pre-Alpha
Brought to you by:
nicolasjouanin
|
From: SourceForge.net <no...@so...> - 2007-01-24 18:06:38
|
Task #132296 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add audit features Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: alexcc_06 Description: Escape-K should provide an audit log mechanism. This audit log should contain all important application events, like users login/logout, access violation, fatal errors, what else ... A new stateless bean dedicated to this audit log management may be needed. There may also need some model classes. Of course, it implies current code review to add audit log records when needed Follow-Ups: ------------------------------------------------------- Date: 2007-01-24 19:06 By: nicolasjouanin Comment: Each AuditEvent object received by AuditEventBean should be tested and filtered. The Bean should check /configuration/auditLogLevel to determine if the received AuditEvent should be persisted or discarded. ------------------------------------------------------- Date: 2006-11-05 18:15 By: nicolasjouanin Comment: Instead of a stateless bean , a message driven bean could be used. Using asynchronous calls, business method could report audit log to this bean using a message pojo. This message driven bean could also manage node change log. ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=132296&group_id=162229&group_project_id=46915 |