createForm(attributes, attributeMap, properties);
}
public ServiceEditor(String id, String domainType, String connectorType, List<AttributeDefinition> attributes,
Map<String, String> attributeMap, Map<String, Object> properties) {
this(id, domainType, connectorType, attributes, attributeMap, properties, new DefaultPassingFormValidator());
}