VDX - pretty print should inform user that JBOSS_HOME/docs/schema is not available, probably on DEBUG level.
- open standalone.xml
- locate webservices subsystem
- add <mmodify-wsdl-address>true</mmodify-wsdl-address> under <wsdl-host>...</wsdl-host>
- remove jboss-eap-7.1/docs
- run standalone.sh
VDX falls back to original behavior, no message about missing docs directory in server log
For the record you need to change jboss-eap-7.1/standalone/configuration/logging.properties directly as changes from standalone.xml are not propagated when boot fails.
I would expect message about missing docs/schema directory on DEBUG level. I think INFO is too much, but probably possible considering https://developer.jboss.org/docs/DOC-55722
VDX or its integration cannot output any WARN level or above error message related to its
failure to process unless the original exception that would have been logged has already
been logged. In practice this likely means VDX problems must be logged at INFO or below.
The point here is the meaningful-to-the-user problem is the original one not the VDX one,
so it must come first.
cc tcrawley
- is incorporated by
-
JBEAP-6556 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha12
- Closed