266267268269270271272273274
if (attribute.getPropertyName() == null) { // not a RA property continue; } props.add(new PooledConnectionFactoryConfigProperties(attribute.getPropertyName(), property.getValue().asString(), attribute.getClassType())); } return props; }