-
Bug
-
Resolution: Won't Do
-
Major
-
None
-
8.12.11.6_4
-
None
Unify simpleclient instructions
==== Using the simpleclient example ==== 1) Change your working directory to ${JBOSS_HOME}/quickstarts/simpleclient" 2) Use the simpleclient example to run the following queries: Example: mvn exec:java -Dvdb="portfolio" -Dsql="example query" -Dusername="xx" -Dpassword="xx"
vs.
==== Using the simpleclient example ==== 1. Change your working directory to "<quickstart.install.dir>/simpleclient" 2. Use the simpleclient example to run the following queries: Example: mvn exec:java -Dvdb="portfolio" -Dsql="example query"
- the location of simpleclient project is different each time