[
https://issues.jboss.org/browse/AS7-1716?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry commented on AS7-1716:
---------------------------------------
This is fairly difficult to handle properly, as the parser is not the only input to the
model. People can use the various admin interfaces to change the model. To do this
properly, besides storing the parsed namespace in the model, any operation handler that
detects a change to something that can't be marshalled to v1.0 would have to be able
to change the namespace to the appropriate version.
SecuritySubsystemParser writes out 1.1 version of schema even if a
1.0 version was originally parsed
----------------------------------------------------------------------------------------------------
Key: AS7-1716
URL:
https://issues.jboss.org/browse/AS7-1716
Project: Application Server 7
Issue Type: Bug
Affects Versions: 7.0.1.Final
Reporter: Kabir Khan
Assignee: Anil Saldhana
Fix For: 7.0.2.Final
When parsing the config the parser should probably keep track of the version that was
used, and then use that instead of Namespace.CURRENT in writeContent()
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira