Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-3448

[EAP CD] Wfly cekit module has typo at function clearDatasourceEnv which clears datasources

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • EAP73 7.3.0.GA
    • EAP CD 18.0.GA
    • CD18
    • None

      The https://github.com/wildfly/wildfly-cekit-modules contains scripts to define and create the datasources for EAP.
      The clearing of variables is done here
      https://github.com/wildfly/wildfly-cekit-modules/blob/0.18.1/jboss/container/wildfly/launch/datasources/added/launch/datasource-common.sh#L30

      And here is the issue that the variable used for the host definition is as
      host=$(find_env "${service}_SERVICE_HOST")
      while unsetting of the env variable is as
      unset ${service}_HOST

            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: