-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution:
Won't Fix
-
Affects Version/s: 8.12.11.6_4
-
Fix Version/s: None
-
Component/s: Quick Starts
-
Labels: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