Bug 1021008

Summary: rules-camel-cbr SwitchYard quickstart does not write logging information to console or server log
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Len DiMaggio <ldimaggi>
Component: ExamplesAssignee: Keith Babo <kbabo>
Status: CLOSED CURRENTRELEASE QA Contact: Jiri Pechanec <jpechane>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0.0 GACC: soa-p-jira
Target Milestone: ER7   
Target Release: 6.0.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Len DiMaggio 2013-10-18 18:34:23 UTC
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:

Comment 1 Jiri Pechanec 2013-12-13 12:55:31 UTC
Verified in ER7

Comment 2 JBoss JIRA Server 2014-06-16 23:53:47 UTC
Keith Babo <kbabo> updated the status of jira SWITCHYARD-1791 to Closed