Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-1102

PNF Spring implementation does not work

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • Casablanca Release
    • Casablanca Release
    • None

      PNF Spring implementation does not work after containerization merge. In the package org.onap.so.bpmn.infrastructure.pnf, some of the classes are not created as spring bean, but they should be.

      Consequently, we can not use delegateExpression in camunda flow anymore in CreateAndActivatePnfResource.bpmn. The expression example:

      <bpmn:serviceTask id="CheckInputs" name="Check inputs" camunda:delegateExpression="${pnfCheckInputs}">

      This expression throws the following exception:

      org.camunda.bpm.engine.ProcessEngineException: Unknown property used in expression: ${pnfCheckInputs}. Cause: Cannot resolve identifier 'pnfCheckInputs'
      at org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:60)
      at org.camunda.bpm.engine.impl.el.JuelExpression.getValue(JuelExpression.java:48)

      Before the containerization it was also tested and it was working.

            lukaszm lukaszm
            lukaszm lukaszm
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: