[
https://issues.jboss.org/browse/WFLY-7730?page=com.atlassian.jira.plugin....
]
Jan Kalina updated WFLY-7730:
-----------------------------
Description:
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.
was:
Following error when try to remove *undertow.application-security-domain*:
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'
Problem is wrong type in obtaining service in RemoveHandler.
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
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.2.3#72005)