private SynapseAppUndeployer synapseUndeployer = null;
protected void activate(ComponentContext ctxt) {
try {
//register synapse deployer and undeployer in the ApplicationManager
synapseDeployer = new SynapseAppDeployer();
synapseUndeployer = new SynapseAppUndeployer();
applicationManager.registerDeploymentHandler(synapseDeployer);
applicationManager.registerUndeploymentHandler(synapseUndeployer);
// read required-features.xml