[jboss-jira] [JBoss JIRA] Commented: (AS7-1716) SecuritySubsystemParser writes out 1.1 version of schema even if a 1.0 version was originally parsed

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Sep 8 18:55:26 EDT 2011


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

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

        


More information about the jboss-jira mailing list