Bug 977300

Summary: Project name is not set while installing or deploying project via REST API
Product: [Retired] JBoss BPMS Platform 6 Reporter: Ivo Bek <ibek>
Component: Business CentralAssignee: Mark Proctor <mproctor>
Status: CLOSED CURRENTRELEASE QA Contact: Ivo Bek <ibek>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: kverlaen, mbaluch, rzhang
Target Milestone: ER2Keywords: TestBlocker
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-08-06 20:11:25 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ivo Bek 2013-06-24 09:10:01 UTC
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:

Comment 1 Ivo Bek 2013-06-24 11:16:34 UTC
Please ignore the RepositoryService paragraph, I tried that again and it's already fixed or the error was caused by something else.

Comment 3 Ivo Bek 2013-09-09 08:44:50 UTC
Verified in BPMS 6.0.0.ER2