Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-10089

For weblogic webapp ITs, variables in pom.xml are not resolved correctly

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • None
    • engine
    • None

      Problem

      • in camunda-bpm-platform/database/pom.xml, the variables database.host and database.url are not resolved correctly in ANT script of the WLS runtime
      • project.parent.basedir seems to be private maven API and is therefore not supported in the ANT plugin

      Solution
      Adjust camunda-bpm-platform/database/pom.xml so that it does not use the project.parent.basedir variable anymore

      AT

      • camunda-bpm-platform/database/pom.xml does not use project.parent.basedir anymore
      • With CAM-9790 a workaround for this problem was introduced which needs to be cleaned up
        • my.database.host is changed back to database.host [2]
        • my.database.url is changed back to database.url [1]
        • If CAM-10088 is already resolved, backport the changes made within this ticket to 7.10 and 7.9

      [1] https://github.com/camunda/camunda-bpm-platform-ee/blob/master/qa/pom.xml#L161
      [2] https://github.com/camunda/camunda-bpm-platform-ee/blob/master/qa/pom.xml#L162

        This is the controller panel for Smart Panels app

              tassilo.weidner Tassilo Weidner
              tassilo.weidner Tassilo Weidner
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: