Details
Description
The examples currently produce warning messages stating that log4j isn't configured. Worse, log messages aren't printed. We need to configure log4j to fix this. The easiest way is to call BasicConfigurator.configure() and to drop a simple log4j.properties file in src/main/resources to define log levels for components.