Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-795

Enum values of iorTransportConfigType are not enumerations

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 7.0.0.DR11
    • 7.0.0.DR8
    • IIOP
    • None

    Description

      Attributes of complex type iorTransportConfigType are only defined as string in XSD but they should be probably enumerations.

          <xs:complexType name="iorTransportConfigType">
              <xs:annotation>
                  <xs:documentation>
                      <![CDATA[
                      The iorTransportconfigType specifies the attributes used to setup the IOR transport settings.
      
                      * integrity: indicates whether the transport must require integrity protection or not. Valid values are
                                   "none", "supported" and "required".
                      * confidentiality: indicates whether the transport must require confidentiality protection or not. Valid
                                   values are "none", "supported" and "required".
                      * trust-in-target: indicates if the transport must require trust in target to be established. Valid values
                                   are "none" and "supported".
                      * trust-in-client: indicates if the transport must require trust in client to be established. Valid values
                                   are "none", "supported" and "required".
                      * detect-replay: indicates whether the transport must require replay detection or not. Valid values are
                                   "none", "supported" and "required".
                      * detect-misordering: indicates whether the transport must require misordering detection or not. Valid
                                   values are "none", "supported" and "required".
                   ]]>
                  </xs:documentation>
              </xs:annotation>
              <xs:attribute name="integrity" type="xs:string" use="optional"/>
              <xs:attribute name="confidentiality" type="xs:string" use="optional"/>
              <xs:attribute name="trust-in-target" type="xs:string" use="optional"/>
              <xs:attribute name="trust-in-client" type="xs:string" use="optional"/>
              <xs:attribute name="detect-replay" type="xs:string" use="optional"/>
              <xs:attribute name="detect-misordering" type="xs:string" use="optional"/>
          </xs:complexType>
      

      Attachments

        Issue Links

          Activity

            People

              ochaloup@redhat.com Ondrej Chaloupka (Inactive)
              ochaloup@redhat.com Ondrej Chaloupka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: