[
https://issues.jboss.org/browse/AS7-2263?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry updated AS7-2263:
----------------------------------
Fix Version/s: 7.1.0.CR1
Assignee: James Perkins (was: Darran Lofthouse)
James, could you look at these? Specifically, cases where a subsystem is writing a default
value to the xml even though it wasn't in the original xml (and thus shouldn't be
in the model.) The rule should be, if it's defined in the model, we write it to xml,
whether the value is the default or not. If it's undefined in the model, we don't
write the default to xml. If it's not in the model but the xsd says it's required
in the xml, that's a bug.
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: James Perkins
Labels: eap6-ux
Fix For: 7.1.0.CR1
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