Keeping a customized xml configuration file for WildFly is inflexible and it can sometimes break the test suite depending on the version of WildFly, because the same xml file doesn't necessarily work with all WildFly versions. Tests which need particular configuration changes should do that using WildFly management APIs and clean it up after themselves. |