this.container = ServiceContainerFactory.create( config );
// the ReconfigurationService is configured to be instantiated on demand
// get an instance to start monitoring ...
ReconfigurationService reconfigurationService = null;
reconfigurationService = (ReconfigurationService) this.container.lookup(
ReconfigurationService.class.getName()
);