Description of problem: The logging statements in the quickstart to not actually generate any user-visible output. The tests are run without having to deploy the quickstart to the server - I'm guessing that the logging code was copied from other quickstarts which are actually deployed to the server. To have the quickstart create user-visible output, we can either change the logging statements to println's, or add this to the Red/Green/BlueServiceBean classes: BasicConfigurator.configure(); LOGGER.setLevel(Level.INFO); Version-Release number of selected component (if applicable): ER6 How reproducible: 100% Steps to Reproduce: 1. Run the quickstart 2. 3. Actual results: Expected results: Additional info:
Verified in ER7
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1791 to Closed