You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Alex Dean (JIRA)" <ji...@apache.org> on 2010/12/22 23:47:02 UTC

[jira] Commented: (AMQ-3100) Enable audit logging of user activities

    [ https://issues.apache.org/jira/browse/AMQ-3100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12974424#action_12974424 ] 

Alex Dean commented on AMQ-3100:
--------------------------------

I just updated to r1052087 and attempted to build activemq-web.  Got the following errors.

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/usr/local/src/activemq-trunk/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java:[19,38] cannot find symbol
symbol  : class AuditLog
location: package org.apache.activemq.broker.util

/usr/local/src/activemq-trunk/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java:[20,38] cannot find symbol
symbol  : class DefaultAuditLog
location: package org.apache.activemq.broker.util

/usr/local/src/activemq-trunk/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java:[34,12] cannot find symbol
symbol  : class AuditLog
location: class org.apache.activemq.web.AuditFilter

/usr/local/src/activemq-trunk/activemq-web/src/main/java/org/apache/activemq/web/AuditFilter.java:[38,19] cannot find symbol
symbol  : variable DefaultAuditLog
location: class org.apache.activemq.web.AuditFilter




> Enable audit logging of user activities
> ---------------------------------------
>
>                 Key: AMQ-3100
>                 URL: https://issues.apache.org/jira/browse/AMQ-3100
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>            Reporter: Dejan Bosanac
>            Assignee: Dejan Bosanac
>             Fix For: 5.5.0
>
>
> For secured environments we should enable track of user actions like:
> * JMX calls
> * Web console actions
> * Http requests

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.