ApplicationType appType =
ApplicationTypes.getApplicationType(connForm.getType());
assert appType.getId().equals("connector"): "Invalid app type: " + connForm.getType();
ModuleConfig moduleConfig = appType.getModule();
MetaApplicationConfig metaAppConfig = moduleConfig.getMetaApplicationConfig();
request.setAttribute(RequestAttributes.META_APP_CONFIG, metaAppConfig);
if (connForm.getConnectorId() == null
|| connForm.getConnectorId().length() == 0
|| connForm.getConnectorId().equals("none")) {