[jboss-jira] [JBoss JIRA] (AS7-2936) Cannot remove security login moddule

Stefan Guilhen (JIRA) jira-events at lists.jboss.org
Fri Feb 24 11:33:36 EST 2012


    [ https://issues.jboss.org/browse/AS7-2936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670918#comment-12670918 ] 

Stefan Guilhen commented on AS7-2936:
-------------------------------------

I checked the subsystem xsd and the constraint doesn't seem to be incorrect. The authentication element has the following schema:

<xs:complexType name="authenticationType">
      <xs:annotation>
         <xs:documentation>
               <![CDATA[
                    Authentication configuration.
                ]]>
         </xs:documentation>
      </xs:annotation>
      <xs:sequence>
         <xs:element name="login-module" type="loginModuleType" minOccurs="1" maxOccurs="unbounded"/>
      </xs:sequence>
</xs:complexType>

                
> Cannot remove security login moddule
> ------------------------------------
>
>                 Key: AS7-2936
>                 URL: https://issues.jboss.org/browse/AS7-2936
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Domain Management, Security
>            Reporter: Heiko Braun
>            Assignee: Stefan Guilhen
>             Fix For: 7.1.2.Final
>
>
> Due to some weird DMR constraints I cannot clear the list of security domain modules:
> {noformat}
> [INFO] save:{
> [INFO]     "operation" => "write-attribute",
> [INFO]     "address" => [
> [INFO]         ("subsystem" => "security"),
> [INFO]         ("security-domain" => "other"),
> [INFO]         ("authentication" => "classic")
> [INFO]     ],
> [INFO]     "name" => "login-modules",
> [INFO]     "value" => []
> [INFO] }
> [ERROR] 2011-12-07 09:21:57,097 [ERROR] On Wed Dec 07 09:21:57 CET 2011, MessageCenter received Failed to: write-attribute login-modules: other
> [ERROR] 2011-12-07 09:21:57,101 [ERROR] Message{conciseMessage='Failed to: write-attribute login-modules: other', detailedMessage='JBAS014706: [0] is an invalid size for parameter value. A minimum length of [1] is required', fired=Wed Dec 07 09:21:57 CET 2011, severity=Error, options=[]}
> {noformat}

--
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