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:
Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/dbe184b7994fb1811c88e91f40c1c1d604ccd391
Verified for EAP 6.2.0 CR3.