[
https://issues.jboss.org/browse/WFLY-7730?page=com.atlassian.jira.plugin....
]
Kabir Khan updated WFLY-7730:
-----------------------------
Fix Version/s: 11.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
Problem in undertow application-security-domain removing
--------------------------------------------------------
Key: WFLY-7730
URL:
https://issues.jboss.org/browse/WFLY-7730
Project: WildFly
Issue Type: Bug
Components: Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Jan Kalina
Assignee: Jan Kalina
Fix For: 11.0.0.Final
Following error when try to remove *undertow.application-security-domain*:
{code:java}
WFLYCTL0013: Operation ("remove") failed - address: ([
("subsystem" => "undertow"),
("application-security-domain" => "ejb3-tests")
]): java.lang.IllegalArgumentException: WFLYCTL0394: Capability
'org.wildfly.extension.undertow.application-security-domain.ejb3-tests' does not
provide services of type 'class
org.wildfly.security.auth.server.HttpAuthenticationFactory'
{code}
Problem is wrong type in obtaining service in RemoveHandler.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)