}
// this parameter should load at the module init.
Parameter storageManagerParameter = axisConfiguration.getParameter(Sandesha2Constants.STORAGE_MANAGER_PARAMETER);
if (storageManagerParameter != null) {
axisConfiguration.removeParameter(storageManagerParameter);
}
axisConfiguration.addParameter(Sandesha2Constants.STORAGE_MANAGER_PARAMETER, parameters.getStorageManager());
MessageContext.getCurrentMessageContext().getConfigurationContext().setProperty("storageManagerInstance", null);
updateParameter(moduleResourcePath, Sandesha2Constants.STORAGE_MANAGER_PARAMETER,