[jboss-jira] [JBoss JIRA] Updated: (AS7-1925) Clean up ConfigurationFile implementation

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Sat Sep 24 11:48:26 EDT 2011


     [ https://issues.jboss.org/browse/AS7-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse updated AS7-1925:
----------------------------------

        Summary: Clean up ConfigurationFile implementation  (was: Snapshots should not be automatically taken - the current folder already tracks intermediate updates.)
    Description: 
There are a few issues to correct after closer inspection: -
 - ConfigurationFile already maintains backups of previous versions, snapshots should only be taken when specifically requested by end users.
 - The .last.xml file should be saved to the _xml_history folder and not the _xml_hostory/current folder - this is so the --server-config=last alias can be used.
 - If an alternative file is used such as using the backup alias, the version number or the snapshot id the actual persistence file needs to be identified for the subsequent backups - currently we just keep backing up the original file which is never re-written to.

  was:
For some reason the snapshot folder is being auto populated with snapshots, however the auto backup of config already goes into the current folder which is preserved after each restart.

The snapshots should be on-demand when requested and not automatically created.



> Clean up ConfigurationFile implementation
> -----------------------------------------
>
>                 Key: AS7-1925
>                 URL: https://issues.jboss.org/browse/AS7-1925
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.0.2.Final, 7.1.0.Alpha1
>            Reporter: Darran Lofthouse
>            Assignee: Darran Lofthouse
>             Fix For: 7.1.0.Beta1
>
>
> There are a few issues to correct after closer inspection: -
>  - ConfigurationFile already maintains backups of previous versions, snapshots should only be taken when specifically requested by end users.
>  - The .last.xml file should be saved to the _xml_history folder and not the _xml_hostory/current folder - this is so the --server-config=last alias can be used.
>  - If an alternative file is used such as using the backup alias, the version number or the snapshot id the actual persistence file needs to be identified for the subsequent backups - currently we just keep backing up the original file which is never re-written to.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list