Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-5153

IIOP migrate operation does not translate ior-settings

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 10.0.0.CR1
    • 10.0.0.Beta1
    • IIOP
    • None

    Description

      Ior-settings is not migrated in current time despite the fact that their values seem to be valid for migration.

      If I have JacORB configuration like

      <subsystem xmlns="urn:jboss:domain:jacorb:1.4">
          <orb socket-binding="jacorb" ssl-socket-binding="jacorb-ssl">
              <initializers security="identity" transactions="on"/>
          </orb>
          <security client-requires="ServerAuth" server-supports="ServerAuth" server-requires="ServerAuth"/>
          <ior-settings>
              <transport-config integrity="required" confidentiality="supported" trust-in-client="required" trust-in-target="supported" "
                  detect-replay="required" detect-misordering="required"/>
              <as-context auth-method="none"/>
              <sas-context caller-propagation="supported"/>
          </ior-settings>
      </subsystem>
      

      The migration output will be

              <subsystem xmlns="urn:jboss:domain:iiop-openjdk:1.0">
                  <orb ssl-socket-binding="jacorb-ssl" socket-binding="jacorb"/>
                  <initializers transactions="full" security="identity"/>
                  <security server-requires="ServerAuth" server-supports="ServerAuth" client-requires="ServerAuth"/>
              </subsystem>
      

      but I would rather expect output like

      <subsystem xmlns="urn:jboss:domain:iiop-openjdk:1.0">
          <orb ssl-socket-binding="jacorb-ssl" socket-binding="jacorb"/>
          <initializers transactions="full" security="identity"/>
          <security server-requires="ServerAuth" server-supports="ServerAuth" client-requires="ServerAuth" client-supports="ServerAuth"/>
          <transport-config detect-misordering="required" detect-replay="required" trust-in-client="required" trust-in-target="supported" confidentiality="supported" integrity="required"/>
          <as-context auth-method="none"/>
      </subsystem>
      

      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: