[
https://issues.jboss.org/browse/AS7-4931?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-4931:
---------------------------------------
Thanks.
I don't want them in the standard standalone.xml file though. The existence of these
can be a documentation issue until we add a regular configuration element in AS 8.
The Integer.getInteger() calls need to be in in PrivilegedAction if there is a security
manager present.
configuration history length and the number of days they are kept is
hardcoded - this needs to be configurable
--------------------------------------------------------------------------------------------------------------
Key: AS7-4931
URL:
https://issues.jboss.org/browse/AS7-4931
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.2.Final (EAP)
Reporter: Tom Fonteyne
Assignee: Ivo Studensky
Priority: Minor
Currently 100 configuration settings are kept for 30 days. These settings are hard-coded
in
org/ jboss/ as/ controller/ persistence/ ConfigurationFile.java
057 private static final int CURRENT_HISTORY_LENGTH = 100;
058 private static final int HISTORY_DAYS = 30;
As per PM: this is a bug/gap in the original requirements
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira