*/
public void start(BundleContext bundleContext) throws Exception {
CIShellContext ciShellContext = new LocalCIShellContext(bundleContext);
DataConversionService conversionService =
new DataConversionServiceImpl(bundleContext, ciShellContext);
this.conversionRegistration = bundleContext.registerService(
DataConversionService.class.getName(),
conversionService,
new Hashtable<String, Object>());