[jboss-jira] [JBoss JIRA] (AS7-4081) Connector "schema" required in model, but optional in subsystem schema
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Wed Mar 7 10:44:37 EST 2012
[ https://issues.jboss.org/browse/AS7-4081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12674776#comment-12674776 ]
Paul Ferraro commented on AS7-4081:
-----------------------------------
I changed the schema to require this attribute.
The schema change won't break backwards compatibility since the server previously failed to start if left undefined - so it was already effectively required.
> Connector "schema" required in model, but optional in subsystem schema
> ----------------------------------------------------------------------
>
> Key: AS7-4081
> URL: https://issues.jboss.org/browse/AS7-4081
> Project: Application Server 7
> Issue Type: Bug
> Components: Web
> Affects Versions: 7.1.0.Final
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
>
> In the web subsystem schema, the schema attribute of the connector element is optional. However, if left undefined, the subsystem fails to start:
> e.g.
> 01:25:47,810 ERROR [org.jboss.as.controller.management-operation] Operation ("add") failed - address: ([
> ("subsystem" => "web"),
> ("connector" => "ajp")
> ]) - failure description: "JBAS014746: scheme may not be null"
> This should either have a default value, or be required in the schema.
--
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