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