[jboss-jira] [JBoss JIRA] (AS7-2263) Differences in configuration file generated for backup/history purposes

Brian Stansberry (Commented) (JIRA) jira-events at lists.jboss.org
Fri Oct 28 11:36:45 EDT 2011


    [ https://issues.jboss.org/browse/AS7-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638347#comment-12638347 ] 

Brian Stansberry commented on AS7-2263:
---------------------------------------

Ignore my last sentence, I misread the description; this JIRA is about a diff between .last and .initial, not between .initial and some clean pre-boot copy of the file stored elsewhere.

Rajesh, in the description you have two lines for various config elements. Which are .last and which are .initial?  I'm assuming that .initial is the first, in which case we have a number of places where default values are being marshalled into .last when they should not be.
                
> Differences in configuration file generated for backup/history purposes
> -----------------------------------------------------------------------
>
>                 Key: AS7-2263
>                 URL: https://issues.jboss.org/browse/AS7-2263
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Rajesh Rajasekaran
>            Assignee: Darran Lofthouse
>              Labels: eap6-ux
>         Attachments: diff-initial-vs-last.txt
>
>
> The standalone.last.xml generated for backup/history purposes differs from the standalone.initial.xml version beyond the changes done by the user.
> I added a system property named foo but the diff between these two files shows much more diff's beyond what I would expect, some notable diff's are.
> <             <console-handler name="CONSOLE">
> ---
> >             <console-handler name="CONSOLE" autoflush="true">
>  
> <             <periodic-rotating-file-handler name="FILE">
> ---
> >             <periodic-rotating-file-handler name="FILE" autoflush="true">
> <                 <datasource jndi-name="java:jboss/datasources/ExampleDS" enabled="true" use-java-context="true"
> <                             pool-name="H2DS">
> >                 <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="H2DS">
> <             <deployment-scanner scan-interval="5000" relative-to="jboss.server.base.dir" path="deployments"/>
> ---
> >             <deployment-scanner name="default" path="deployments" scan-enabled="true" scan-interval="5000" relative-to="jboss.server.base.dir" deployment-timeout="60"/>
> <             <mail-session jndi-name="java:jboss/mail/Default">
> ---
> >             <mail-session jndi-name="java:jboss/mail/Default" debug="false">

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list