Tomaz Cerar created AS7-6527:
--------------------------------
Summary: Broken compatibilty for adding security-domain trough CLI
Key: AS7-6527
URL:
https://issues.jboss.org/browse/AS7-6527
Project: Application Server 7
Issue Type: Bug
Components: Domain Management, Security
Affects Versions: 7.2.0.Alpha1
Reporter: Tomaz Cerar
Assignee: Tomaz Cerar
Priority: Critical
Fix For: 7.3.0.Alpha1
EAP 6.0.1 script launched on EAP 6.1.0.DR4:
{noformat}
[standalone@localhost:9999 /]
/subsystem=security/security-domain=JBossTestDomain/authentication=classic:add(login-modules=[{"code"=>"UsersRoles",
"flag"=>"required",
"module-options"=>[("usersProperties"=>"/home/jcacek/Testing/users.properties"),
("rolesProperties"=>"/home/jcacek/Testing/roles.properties")]}])
{allow-resource-service-restart=true}
Operation 'add' does not expect any property.
{noformat}
EAP 6.1.0.DR4 script launched on EAP 6.0.1:
{noformat}
[standalone@localhost:9999 /]
/subsystem=security/security-domain=JBossTestDomain/authentication=classic:add
{
"outcome" => "failed",
"failure-description" => "JBAS014746: login-modules may not be
null",
"rolled-back" => true
}
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira