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

IIOP migrate operation does not translate ior-settings

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.0.0.DR10
    • 7.0.0.DR8
    • IIOP, Migration
    • None

      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>
      

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

              Created:
              Updated:
              Resolved: