Issue Type: Feature Request Feature Request
Affects Versions: 2.1.0.Final
Assignee: Unassigned
Components: quickstarts
Created: 20/Feb/13 2:28 AM
Description:

Come of the quickstarts have "jbossHome" property in arquillian.xml commented out, some of not.

This makes usage of external env variable JBOSS_HOME unusable.

I suggest to use:

<property name="jbossHome">${env.JBOSS_HOME:/path/to/jboss/as}</property>

A temporary solution is to comment out all "jbossHome" properties.

List of examples not-propagating jbossHome correctly:

./kitchensink-ml/src/test/resources/arquillian.xml:        <!--<property name="jbossHome">/path/to/jboss/as</property> -->
[kpiwko@kapy-ntb-x220 jboss-as-quickstart]$ grep -IR '/path/to/jboss/as' . | grep -v '<!--'
./richfaces-validation/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>
./kitchensink-rf/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>
./kitchensink-deltaspike/src/test/resources/arquillian.xml:         <property name="jbossHome">/path/to/jboss/as</property>

Also, you could update Kitchensink Guide and README.md if you update the way how property is specified.

Environment: Together with 1.0.5-SNAPSHOT BOMs
Project: JBoss Developer Framework
Priority: Major Major
Reporter: Karel Piwko
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira