Bug 1272363

Summary: Building Indicator is not shown when performing 'Build & Deploy'
Product: [Retired] JBoss BPMS Platform 6 Reporter: Hiroko Miura <hmiura>
Component: Business CentralAssignee: manstis
Status: CLOSED EOL QA Contact: Jozef Marko <jomarko>
Severity: high Docs Contact:
Priority: high    
Version: 6.1.0CC: jomarko, manstis
Target Milestone: ER5   
Target Release: 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:02:52 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 Hiroko Miura 2015-10-16 08:54:58 UTC
Description of problem:

Building Indicator is not shown when performing "Build&Deploy" after 6.1.0
even if build takes a time.

Version-Release number of selected component (if applicable):
B*MS 6.1.0

How reproducible:
 build project by "Build & Deploy" on Business central

Steps to Reproduce:
1.build project by "Build & Deploy" on Business central 
2.
3.

Actual results:
Building Indicator does not appear.

Expected results:
Building Indicator appears while bulding takes a place.

Additional info:

Comment 1 manstis 2015-10-16 09:02:45 UTC
I discussed this with Hiroko. This is a summary:

getBuildCommand() is called from the UI when only the "Build" button is
clicked in the UI. See
https://github.com/droolsjbpm/kie-wb-common/blob/master/kie-wb-common-screens/kie-wb-common-project-editor/kie-wb-common-project-editor-client/src/main/java/org/kie/workbench/common/screens/projecteditor/client/editor/ProjectScreenViewImpl.java#L366

However I noticed we do not show the "building indicator" when either
the "Build & Install" or "Build & Deploy" buttons are pressed.

Comment 4 manstis 2015-10-16 15:00:20 UTC
Added Maciejs to the CC list so he can contribute to any discussion if needed.

Comment 8 Jozef Marko 2015-11-11 11:32:27 UTC
Building indicator is showing.

More tests added here:
https://github.com/droolsjbpm/kie-wb-common/pull/131