Description of problem: Some of the switchyard-quickstart examples use the username/password pair guest/guestp. An example of this is switchyard-quickstart-jca-inflow-hornetq which is featured in Episode 3 of the Switchyard Video Series: https://community.jboss.org/wiki/SwitchYardVideoSeries When the user goes to create the guest account as shown in the video, the JBoss EAP 6.1 utility add-user.bat refuses to accept the example password guestp since it is too short. If the user then creates a different password that the add-user utility will accept, the quickstart example fails with an authentication error during execution. To fix this, the user must search through the quickstart source code and replace the password "guestp" with the different password. This is somewhat confusing for someone first learning SOA 6. I recommend changing the switchyard-quickstart examples to use a password that add-user.bat will accept so that the user is not frustrated in their initial effort. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This seems to be a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=949528, can you verify and close this one?
I get "You are not authorized to access bug #949528."
Thanks for providing me with a PDF of 949528. It is indeed a duplicate. Unfortunately when I try to close this a duplicate of 949528, I get the same access denied message.
*** This bug has been marked as a duplicate of bug 949528 ***