// So lets get it from the SessionBeans
sender.alertParameters = getNewOrCleansed(notification.getConfiguration());
sender.extraParameters = getNewOrCleansed(notification.getExtraConfiguration());
ServerPluginContext ctx = getServerPluginContext(env);
PluginKey key = ctx.getPluginEnvironment().getPluginKey();
ServerPluginManagerLocal pluginsMgr = LookupUtil.getServerPluginManager();
ServerPlugin plugin = pluginsMgr.getServerPlugin(key);
plugin = pluginsMgr.getServerPluginRelationships(plugin);