} else {
this.bridgeActivator = new BridgeActivator();
}
if ("true".equals(context.getProperty(WHITEBOARD_ENABLED_PROP))) {
this.whiteboardActivator = new WhiteboardActivator();
}
if ("true".equals(context.getProperty(COMETD_ENABLED_PROP))) {
this.cometdActivator = new CometdActivator();
}