Bug 1021008 - rules-camel-cbr SwitchYard quickstart does not write logging information to console or server log
Summary: rules-camel-cbr SwitchYard quickstart does not write logging information to c...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Fuse Service Works 6
Classification: JBoss
Component: Examples
Version: 6.0.0 GA
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ER7
: 6.0.0
Assignee: Keith Babo
QA Contact: Jiri Pechanec
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-10-18 18:34 UTC by Len DiMaggio
Modified: 2014-06-16 23:53 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker SWITCHYARD-1791 0 Major Closed log4j xml is ignored in QS tests 2014-06-16 23:53:46 UTC

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


Note You need to log in before you can comment on or make changes to this bug.