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

FetchAndLock of external task is not working with Spring Boot Starter

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • spring-boot 3.0.0
    • spring-boot 3.0.0-alpha1
    • spring-boot
    • None

    Description

      Given:

      • I have an application using Spring Boot Starter 3.0.0-alpha1

      When

      • I try to call "fetch and lock" from REST API

      Then:

      • NPE is thrown:
        java.lang.NullPointerException: null
        at org.camunda.bpm.engine.rest.impl.FetchAndLockRestServiceImpl.fetchAndLock(FetchAndLockRestServiceImpl.java:34)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        

      Reported on forum: https://forum.camunda.org/t/externaltasks-fetchandlock-nullpointerexception/7473/8

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              yana.vasileva Yana Vasileva
              svetlana.dorokhova Svetlana Dorokhova
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce