-
Bug
-
Resolution: Done
-
Major
-
None
-
None
The test case makes use of a macro create-cluster-ustxsticky-node in the file $JBOSS_SRC/testsuite/imports/server-config.xml. This macro is using the value of the environment variable jboss.dist via the macro substitution @
{jboss.dist}, but the macro does not pass jboss.dist as a parameter. So no substitution is taking place, and the file is not found as above.
To fix the problem, it appears all you need to do is add in the macro attribute
<attribute name="jboss.dist" default="${jboss.dist}" description="The jboss dist root directory" />
as in the earlier macro, create-all-clusternode.
Note: This bug doesn't cause any failures in the testsuite but is nevertheless a bug which needs fixing.