bundleContext.registerService(JobMetaDataProviderService.class.getName(),
new TaskMetaDataProviderService(), null);
bundleContext.registerService(TaskManagementService.class.getName(),
new TaskManagementAdminService(), null);
bundleContext.registerService(Axis2ConfigurationContextObserver.class.getName(),
new TaskSchedulerInitializer(), null);
/*
* Adding the services to the jobMetaDataProviderServiceHandler which implement the
* JobMetaDataProviderService interface, available in the current bundleContext.
*/