[jboss-jira] [JBoss JIRA] (AS7-2073) Add Connector Operation returns success even if connector fails to start
Jean-Frederic Clere (Issue Comment Edited) (JIRA)
jira-events at lists.jboss.org
Wed Oct 12 09:01:22 EDT 2011
[ https://issues.jboss.org/browse/AS7-2073?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634160#comment-12634160 ]
Jean-Frederic Clere edited comment on AS7-2073 at 10/12/11 9:00 AM:
--------------------------------------------------------------------
I can't reproduce this one.
In fact adding a connector like that doesn't brings <ssl/> in the connector attribute so I don't see it is possible to get the error.
was (Author: jfclere):
I can't reproduce this one.
In fact adding a connector like that doesn't brings <ssl/> in the connector attribute so I don't see it is possible to get the error.
BTW: It is not possible to add an ssl configuration for a connector, so I have created another JIRA.
> 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: Jean-Frederic Clere
>
> 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