Bug 1032747 - README file for ejb-remote quickstart has typo in the JAR name used in the java -jar command
Summary: README file for ejb-remote quickstart has typo in the JAR name used in the ja...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Quickstarts
Version: 6.2.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: CR3
: EAP 6.2.0
Assignee: sgilda
QA Contact: Vladimir Rastseluev
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-20 17:59 UTC by sgilda
Modified: 2014-01-13 00:22 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-12-15 16:48:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.