for (String instanceListenerName : instanceListenersType.getInstanceListener()) {
instanceListeners.add(ClassHelper.getType(instanceListenerName));
}
}
ValidationMode validationMode = getValidationMode(cdoUnitType.getValidationMode());
ConcurrencyMode concurrencyMode = getConcurrencyMode(cdoUnitType.getConcurrencyMode());
Transaction.TransactionAttribute defaultTransactionAttribute = getTransactionAttribute(cdoUnitType.getDefaultTransactionAttribute());
Properties properties = new Properties();
PropertiesType propertiesType = cdoUnitType.getProperties();
if (propertiesType != null) {
for (PropertyType propertyType : propertiesType.getProperty()) {