Bug 1294170

Summary: wrong applying patche distribution type
Product: [Retired] JBoss BPMS Platform 6 Reporter: ksuzumur
Component: DocumentationAssignee: Dawn Eisner <deisner>
Status: CLOSED EOL QA Contact: Lukáš Petrovický <lpetrovi>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.2.0CC: alazarot, brms-docs
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 19:38:33 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:

Description ksuzumur 2015-12-25 08:27:16 UTC
Document URL: 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_BPM_Suite/6.2/html/Installation_Guide/Applying_Patches_in_Red_Hat_JBoss_BPM_Suite_6.2.html

Section Number and Name: 
9.2. Applying Patches in Red Hat JBoss BPM Suite 6.2


Describe the issue: 
BPMS's apply-updates.sh command does not have "apply-updates.sh".


Suggestions for improvement: 
wrong)
brms-engine 

correct)
bpmsuite-engine


Additional information: 
apply-updates.sh -help command lists "bpmsuite-engine".

result
---
jboss-bpmsuite-6.1.4-patch]./apply-updates.sh -help
Using Java binary found at /usr/java/jdk1.7.0_79//bin/java
17:24:36.479 [main] ERROR - Incorrect arguments specified! The program expects two mandatory parameters: <path-to-distribution> and <type-of-distribution>!

Usage: apply-updates.[sh|bat] <path-to-distribution-root> <type-of-distribution>
Description: JBoss BRMS/BPM Suite client patching tool used to apply updates to existing installations.

IMPORTANT: Do not apply the updates to running applications. Shutdown the server first.

Supported distribution types:
	 - eap6.x
	 - eap6.x-bc
	 - eap6.x-dashbuilder
	 - eap6.x-kie-server
	 - generic
	 - generic-bc
	 - generic-dashbuilder
	 - generic-kie-server
	 - was8
	 - was8-bc
	 - was8-dashbuilder
	 - was8-kie-server
	 - wls12c
	 - wls12c-bc
	 - wls12c-dashbuilder
	 - wls12c-kie-server
	 - bpmsuite-engine
	 - planner-engine
	 - supplementary-tools
---

Comment 2 ksuzumur 2015-12-25 08:37:22 UTC
I made a mistake in the above "Describe the issue" comment.

This is correct:
----
Describe the issue: 
BPMS's apply-updates.sh command does not have "brms-engine" type.
----