-
Bug
-
Resolution: Done
-
Major
-
1.0.0.Alpha1
-
None
This is issue for bugs found in reference guide. It contains only issues found directly in the text (not disfunctional examples etc.).
1) Chapter 2. Introductory examples -
-it is not possible to unzip and run jboss this way:
($ unzip jboss-6.0.0.M2.zip $JBOSS_HOME, $ $JBOSS_HOME/bin/run.sh)
It has to be something like this:
$ unzip jboss-6.0.0.M2.zip
$ mv jboss-6.0.0.????????-M2 $JBOSS_HOME
$ $JBOSS_HOME/bin/run.sh
(just to be precise)
2) Chapter 2. Introductory examples - the picture about setting maven profile in Eclipse contains "jboss-remote-60", it should be "jbossas-remote-60"