[jboss-jira] [JBoss JIRA] (AS7-2073) Add Connector Operation returns success even if connector fails to start
Dominik Pospisil (Created) (JIRA)
jira-events at lists.jboss.org
Tue Oct 11 11:30:18 EDT 2011
Add Connector Operation returns success even if connector fails to start
------------------------------------------------------------------------
Key: AS7-2073
URL: https://issues.jboss.org/browse/AS7-2073
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Web
Affects Versions: 7.1.0.Alpha1
Reporter: Dominik Pospisil
Assignee: Brian Stansberry
Steps to reproduce:
1) start standalone server
2) issue:
/socket-binding-group=standard-sockets/socket-binding=https:add(port=8443)
/subsystem=web/connector=test-connectr:add(socket-binding=https, scheme=https, protocol="HTTP/1.1", enabled=true)
What happens is that created connector fails to start due to misssing keystore file. However the configuration model is updated and the operation returns success.
I think that the model should be rolled back and the operation should return failure.
--
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