]
Jose Montoya commented on WFLY-11049:
-------------------------------------
Same result
Quickstart jaxws-retail expected errors section needs to be extended
--------------------------------------------------------------------
Key: WFLY-11049
URL:
https://issues.jboss.org/browse/WFLY-11049
Project: WildFly
Issue Type: Bug
Components: Quickstarts
Environment: Fedora 28; JDK11 build 11+28
Reporter: Jan Blizňák
Assignee: Sande Gilda
Priority: Major
Fix For: 17.0.0.Beta1
When jaxws-retail quickstart is executed on JDK11, you may encounter these warnings:
{code:java}
[INFO] --- jaxws-tools-maven-plugin:1.2.2.Final:wsconsume (default) @
jaxws-retail-service ---
[ERROR] /bin/sh: switchml: line 1: syntax error: unexpected end of file
[ERROR] /bin/sh: error importing function definition for `switchml'
[ERROR] /bin/sh: _moduleraw: line 1: syntax error: unexpected end of file
[ERROR] /bin/sh: error importing function definition for `_moduleraw'
{code}
This is similar of what is already in expected errors section
https://github.com/wildfly/quickstart/blob/master/jaxws-retail/README.adoc, so we might
extend the section to be more generic, talking about {{BASH_FUNC_*}}.
The interesting thing is I can see this happening only with JDK11.