I have a workflow repository imported in jBPM Business Central. While using version 7.59 everything works properly but, after try the same workflow in newer versions (7.73 and 7.74) it thows the followin compiling error after clicking Build button:
Process Compilation error org.json.JSONObject cannot be resolved to a type
Nothing changed in the code. I import the project from an external git in both cases, and after indexing is finished, I click on the Build button. 7.59 is well, 7.74 is not, so there is nothing to do with dependencies or things like that.
Is there anyone facing the same issue (and solving it...?
Thanks!
Steps in 7.59:
- Install business central and KIE server v7.59
- Login and access to the projects page
- Import an external git repository, wait for indexation to be finished
- Click on Build button
Result => OK
Steps in 7.73 or 7.74:
- Install business central and KIE server v7.73 or 7.74 (both fail)
- Login and access to the projects page
- Import an external git repository, wait for indexation to be finished
- Click on Build button
Result: org.json.JSONObject cannot be resolved to a type