The Wildfly portion of the README in the bpel quickstarts suggest creating an application user through this step :
2. Create an application user:
$ {AS}
/bin/add-user.sh --user guest --password guestp.1 --realm ApplicationRealm --group guest
add-user.sh no longer takes command line options so this portion of the README should be updated to reflect how to add a user.
|