Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Press F12 on the browser to load the developers mode
  2. Click on Console(clear it if required)



  3. Observe errors(red text) and if the description is similar to  "Error : No serializer found for class org.onap.so.bpmn.core.RollbackData and no properties discovered to create BeanSerializer"


    This issue 'could' be associated with any one of the objects being used in the BPMN flows to be ,when it's declared as a java object but attempted to be serialized into the object 'RollbackData' without marking/declaring  declaring it as serializable.