Description of problem: There are some inaccuracies in quickstarts description. Version-Release number of selected component (if applicable): EAP 6.1.1 ER1 How reproducible: easy Steps to Reproduce: 1.in /jts README after jboss-cli setup commands AS needs to be reloaded, so after row: "/subsystem=transactions/:write-attribute(name=node-identifier,value=${jboss.tx.node.id})" there should be added a new row: ":reload" 2.in /ejb-asynchronous README we can read: "Start a server instance bin/standalone.sh" There should be the similar description as in other quickstarts, e.g.: "Open a command line and navigate to the root of the JBoss server directory. The following shows the command line to start the server with the web profile: For Linux: JBOSS_HOME/bin/standalone.sh For Windows: JBOSS_HOME\bin\standalone.bat"
Issued this pull with the fix: https://github.com/jboss-eap/quickstart/pull/107
This should be in the next build.
Verified on EAP 6.1.1 ER2