[jboss-jira] [JBoss JIRA] Created: (AS7-1763) Fix security description providers for the validation in jboss-as-subsystem-test

Kabir Khan (JIRA) jira-events at lists.jboss.org
Fri Sep 9 07:04:26 EDT 2011


Fix security description providers for the validation in jboss-as-subsystem-test
--------------------------------------------------------------------------------

                 Key: AS7-1763
                 URL: https://issues.jboss.org/browse/AS7-1763
             Project: Application Server 7
          Issue Type: Feature Request
            Reporter: Kabir Khan
            Assignee: Anil Saldhana
             Fix For: 7.1.0.Alpha1


I am adding some more validation of the model. This will be committed to upstream in the next few days. To make the security tests pass I had to override AdditionalInitialization.getArbitraryDescriptors() as follows:

            @Override
            protected ArbitraryDescriptors getArbitraryDescriptors() {
                
                return null;
            }
Returning null basically turns off validation of the providers.

VALIDATION ERRORS IN MODEL:
Invalid key 'add' found in Operation 'add' @[("subsystem" => "security")]
No value-type for type=OBJECT in Parameter 'security-properties' in operation add' @[("subsystem" => "security")] {
    "description" => "List of properties to be added with Security.setProperty(key, value).",
    "type" => OBJECT,
    "required" => false,
    "value-type" => undefined
}
No value-type for type=OBJECT in Parameter 'vault' in operation add' @[("subsystem" => "security")] {
    "description" => "Security Vault for attributes.",
    "type" => OBJECT,
    "required" => false,
    "value-type" => undefined
}
Invalid key 'security-properties' found @[("subsystem" => "security")]
Invalid key 'vault' found @[("subsystem" => "security")]


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list