Uploaded image for project: 'ODE'
  1. ODE
  2. ODE-234

Process and Management response does not conform to the PMAPI schema.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.2
    • 1.2
    • Axis2 Integration
    • None

    Description

      The following patch fixes a problem where the properties and endpoints elements are missing from the process-info
      element returned by the listProcessesCustom endpoint.

      Index: bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java
      ===================================================================
      — bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInstanceManagementImpl.java (rev ision 612598)
      +++ bpel-runtime/src/main/java/org/apache/ode/bpel/engine/ProcessAndInst
      +++ anceManagementImpl.java (wor
      king copy)
      @@ -748,6 +748,9 @@
      propNode.appendChild(node2append);
      }
      }
      + else

      { + info.addNewProperties(); + }

      OProcess oprocess = _server.getOProcess(pconf.getProcessId());
      if (custom.includeEndpoints() && oprocess != null)

      { @@ -766,6 +769,9 @@ }

      }
      }
      + else

      { + info.addNewEndpoints(); + }

      }

      Attachments

        Activity

          People

            mriou Matthieu Riou
            d_s_jackson Douglas Scott Jackson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: