[jboss-jira] [JBoss JIRA] (AS7-2602) Management - unable to add security domain with login module
Dominik Pospisil (Created) (JIRA)
jira-events at lists.jboss.org
Fri Nov 11 17:55:45 EST 2011
Management - unable to add security domain with login module
------------------------------------------------------------
Key: AS7-2602
URL: https://issues.jboss.org/browse/AS7-2602
Project: Application Server 7
Issue Type: Bug
Components: Domain Management
Affects Versions: 7.1.0.Beta1
Reporter: Dominik Pospisil
Assignee: Brian Stansberry
It used to be possible to add security domain with login module using subsystem=security/security-domain:add operation. Now the operation supports only cache-type attribute and there is no handler for subsystem=security/security-domain=XXX/authentication:add
[standalone at localhost:9999 subsystem=security] ./security-domain=test/authentication=simple:add(code="Simple")
{
"outcome" => "failed",
"failure-description" => "JBAS014739: No handler for add at address [
(\"subsystem\" => \"security\"),
(\"security-domain\" => \"test2\"),
(\"authentication\" => \"simple\")
]",
"rolled-back" => true
}
--
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