private BRSAppUndeployer brsUndeployer = null;
protected void activate(ComponentContext ctxt) {
try {
//register brs deployer and undeployer in the ApplicationManager
brsDeployer = new BRSAppDeployer();
brsUndeployer = new BRSAppUndeployer();
applicationManager.registerDeploymentHandler(brsDeployer);
applicationManager.registerUndeploymentHandler(brsUndeployer);
// read required-features.xml