Bug 1032747

Summary: README file for ejb-remote quickstart has typo in the JAR name used in the java -jar command
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: sgilda
Component: QuickstartsAssignee: sgilda
Status: CLOSED CURRENTRELEASE QA Contact: Vladimir Rastseluev <vrastsel>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: bsutter, nziakova, pmuir, pslavice
Target Milestone: CR3   
Target Release: EAP 6.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 16:48:37 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 sgilda 2013-11-20 17:59:40 UTC
Description of problem:
IN the ejb-remote quickstart README file, under "Build and Run The Quickstart as an Executable JAR", there's a typo in the JAR name.

The command states: 

4. You can then run the executable JAR using `java -jar`:
      
        java -jar target/jboss-ejb-remote-client-with-dependencies.jar

This should be:

        java -jar target/jboss-ejb-remote-client-jar-with-dependencies.jar 

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 Nikoleta Hlavickova 2013-11-26 07:51:02 UTC
Verified for EAP 6.2.0 CR3.