Description of problem: In this file "https://github.com/droolsjbpm/kie-wb-common/blob/master/kie-wb-common-services/kie-wb-common-rest/src/main/java/org/kie/workbench/common/services/rest/ProjectResource.java" you forgot to set project name to the jobrequest variable in some methods, compileProject(), installProject(), testProject() and deployProject. Please check all methods in the file that they will work in next version. Also I have issues with injection of RepositoryService repositoryService; there, so please fix it or remove it if it's redundant. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Please ignore the RepositoryService paragraph, I tried that again and it's already fixed or the error was caused by something else.
https://github.com/droolsjbpm/drools-wb/commit/e38a498371bddd42d8fd8ed462f4b24b23896ef2
Verified in BPMS 6.0.0.ER2