public void start(BundleContext context) throws Exception {
if(log.isDebugEnabled())
log.debug("AutoScaler bundle is activated.");
context.registerService(CommandProvider.class.getName(),new ASPolicyCommands(), null);
context.registerService(CommandProvider.class.getName(),new DeploymentPolicyCommands(), null);
context.registerService(CommandProvider.class.getName(),new PartitionsCommands(), null);
}