Hello Dominic Amann,
I hit the wall after following the steps you posted on this link
https://cwiki.apache.org/confluence/display/OFBIZ/Install+OFBiz+with+MariaDB%2C+Apache2+Proxy+and+SSLAs per your instructions, I changed the entityengine.xml file and ran sudo ./gradlew cleanAll loadAll and got the following errors.
Could you tell me what went wrong?
org.apache.ofbiz.entity.util.EntitySaxReaderTests > parse FAILED
java.lang.IllegalStateException at EntitySaxReaderTests.java:82
org.apache.ofbiz.entity.DelegatorUnitTests > delegatorCreationUsingConstructorFailsIfConfigurationIsMissing FAILED
java.lang.AssertionError
org.apache.ofbiz.entity.DelegatorUnitTests > delegatorCreationUsingFactoryGetDelegator FAILED
java.lang.AssertionError at DelegatorUnitTests.java:87
org.apache.ofbiz.entity.DelegatorUnitTests > delegatorCreationUsingFactoryGetInstance FAILED
java.lang.AssertionError at DelegatorUnitTests.java:75
org.apache.ofbiz.entity.DelegatorUnitTests > delegatorCreationUsingConstructor FAILED
org.apache.ofbiz.entity.GenericEntityConfException at DelegatorUnitTests.java:63
30 tests completed, 5 failed
:test FAILED
FAILURE: Build failed with an exception.
CheersPhoon