[
https://issues.jboss.org/browse/AS7-2263?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-2263:
---------------------------------------
This is likely because it's not simple file couple; the file is marshalled from the
server's in-memory configuration.
In general, that's just the way it is; the server controls the file and writes it
according to its rules. It *may* be possible to make this "initial" thing a
simple file copy though.
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