The following error occurs in vanilla Wildfly installation with Java 11 and Spring boot 2.1.2:
Caused by: java.lang.IllegalArgumentException: TransformerFactory does not recognise attribute 'http://javax.xml.XMLConstants/property/accessExternalDTD'."}}
The issue should be fixed in unreleased version of spring-ws project.
See also:
https://stackoverflow.com/questions/54186834/spring-boot-2-1-1-to-2-1-2-error-creating-bean-with-name-payloadrootannotation
We should check this issue after next upgrade of Spring dependencies.
The workaround is to comment out org.apache.xalanmodule in Wildfly configuration.
The following error occurs in vanilla Wildfly installation with Java 11 and Spring boot
2.1.2:The issue should be fixed in unreleased version of
spring-wsproject.See also:
https://stackoverflow.com/questions/54186834/spring-boot-2-1-1-to-2-1-2-error-creating-bean-with-name-payloadrootannotation
We should check this issue after next upgrade of Spring dependencies.
The workaround is to comment out
org.apache.xalanmodule in Wildfly configuration.