I have an assembly that puts together Felix and various needed bundles. Along with this, I include a load/ directory with a couple of configurations I'd like to deploy. Whenever I include these cfg files, I get messages like below. If I remove them the messages stop as expected. When a cfg file is returned to load/, the messages start again. This pattern is also seen if I introduce the cfg files after the start of the server. Is there something I should change? These messages continue ad nauseum.
29.11.2010 23:05:20.039 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [85] ServiceEvent REGISTERED 29.11.2010 23:05:24.042 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [85] ServiceEvent UNREGISTERING 29.11.2010 23:05:24.047 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [86] ServiceEvent REGISTERED 29.11.2010 23:05:28.048 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [86] ServiceEvent UNREGISTERING 29.11.2010 23:05:28.053 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [87] ServiceEvent REGISTERED 29.11.2010 23:05:32.055 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [87] ServiceEvent UNREGISTERING 29.11.2010 23:05:32.060 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [88] ServiceEvent REGISTERED 29.11.2010 23:05:34.056 *INFO* [CM Event Dispatcher (Fire ConfigurationEvent: pid=cans.aa.datasource.mysql.DataSourceProvider.f35e3f24-bf9c-4000-bf25-eeca324c89ec)] cans.aa.datasource.mysql Service [88] ServiceEvent UNREGISTERING

