| 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: | Quickstarts | Assignee: | sgilda |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Vladimir Rastseluev <vrastsel> |
| Severity: | unspecified | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | 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: | |
Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/dbe184b7994fb1811c88e91f40c1c1d604ccd391 Verified for EAP 6.2.0 CR3. |
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: