Paul Ferraro created AS7-4081:
---------------------------------
Summary: 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: Remy Maucherat
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