Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-4170

Broken /rest/runtime/{depId}/history/instance/{procId}/node

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jBPM 6.1.0.Final
    • jBPM 6.0.0.Final
    • Human Task Service
    • None
    • jbpm-distribution-6.1.0-20131118.190946-295-installer

    • Hide

      Execute any process - at least one node (e.g. the start node) will have a null workItemId in the NodeInstanceLog table.
      Get from URL /rest/runtime/

      {depId}

      /history/instance/

      {procId}

      /node.
      Exception: "Unable to initialize workItemId when creating JaxbNodeInstanceLog.".

      Show
      Execute any process - at least one node (e.g. the start node) will have a null workItemId in the NodeInstanceLog table. Get from URL /rest/runtime/ {depId} /history/instance/ {procId} /node. Exception: "Unable to initialize workItemId when creating JaxbNodeInstanceLog.".

      The class org.kie.services.client.serialization.jaxb.impl.audit.JaxbNodeInstanceLog throws an exception on null workItemId. The fix is change the workItemId field type from long to Long.

              marco.rietveld Marco Rietveld (Inactive)
              geoffj_jira Geoff Jarrad (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: