[jboss-jira] [JBoss JIRA] (AS7-3490) Rewrite WS subsystem schema
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Mon Jan 30 09:45:48 EST 2012
[ https://issues.jboss.org/browse/AS7-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12662745#comment-12662745 ]
Brian Stansberry commented on AS7-3490:
---------------------------------------
A wee bit late for this, no?
Some rules:
1) The parsing of the old schema must be maintained. The parser should detect the namespace the user provided and branch into appropriate parsing logic. Some parsers branch right at the beginning by registering entirely separate parsers; others branch into separate methods inside a single parser when an element whose structure varies between schemas is found.
2) When the xml is written back, the latest version of the schema should be used. Do *not* attempt to write back the old schema.
3) If this work is going to involve changing the management API (e.g. the DMR structure), you'd better talk to Heiko Braun ASAP. AIUI the console is locked down for 7.1.0.
> Rewrite WS subsystem schema
> ---------------------------
>
> Key: AS7-3490
> URL: https://issues.jboss.org/browse/AS7-3490
> Project: Application Server 7
> Issue Type: Task
> Components: Web Services
> Reporter: Richard Opalka
> Assignee: Richard Opalka
> Fix For: 7.1.0.Final
>
>
> There are many issues with current WS subsystem schema
> plus there are many configuration elements that are not supported at all :(
> The solution is to simplify and rewrite current schema to list
> and allow configure only supported features.
--
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