Uploaded image for project: 'SMB - Optus'
  1. SMB - Optus
  2. OPTUS-43

Optus Callback Adapter: mapping from SMB response message to Optus response message not implemented

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 1.3.0
    • Fix Version/s: 1.3.0
    • Labels:
      None

      Description

      mapping from AdMaxListener response message -> optus not implemented correctly in CallbackEventAdapterOptus.

      publishDeployResult
      mapIDeployResultsToPublishDeployResultRequest

      1) This code just logs and doesn't map.

      if (publishDeployStatusResponse != null) {
      LOGGER.debug("Received PublishDeployStatusResp. Indicated result: " + publishDeployStatusResponse.getResultCode());
      for (String info : results.getDeployResult().getResultInfos())

      { // TODO: call getDeployResults() and then iterate through those LOGGER.debug("Message : " + info); }

      2) this line is sending a completely incorrect string as the key
      result.setResultCode(coreToOptusResultCodeMap.get(coreDeployResultCampaignCodeInfo));

      3) the ResultString is null
      result.setResultString(coreDeployResultAccountCodeInfo);

        Attachments

          Activity

            People

            • Assignee:
              therouxj Jeff Theroux
              Reporter:
              therouxj Jeff Theroux
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: