* @see org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)
*/
public void start(BundleContext ctxt) throws Exception {
bundle = this;
this.context = ctxt;
this.identity = new IdentitySynchronizationStrategyFactory();
this.cola = new ColaSynchronizationStrategyFactory();
// Register identity synchronizer service
final Dictionary identityServiceProps = new Properties();
identityServiceProps.put(IServiceConstants.SYNCSTRATEGY_TYPE_PROPERTY, IdentitySynchronizationStrategyFactory.SYNCHSTRATEGY_TYPE);
identityServiceProps.put(IServiceConstants.SYNCSTRATEGY_PROVIDER_PROPETY, IdentitySynchronizationStrategyFactory.SYNCHSTRATEGY_PROVIDER);