[Escapek-developers] [Task #132296] Add audit features
Status: Pre-Alpha
Brought to you by:
nicolasjouanin
|
From: SourceForge.net <no...@so...> - 2006-11-05 17:15:10
|
Task #132296 has been updated. Project: Escape-K Subproject: escape-K server Summary: Add audit features Complete: 0% Status: Open Authority : nicolasjouanin Assigned to: nobody 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: 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 |