On 22/03/2016 20:27, Richard Opalka wrote:
Hi Nicolai,
some examples can be found here:
https://issues.jboss.org/browse/WFLY-6375
This link didn't work for me yesterday but it does now.
The six modules that you have listed here are the EE modules that are in
Java SE. If you compare the output of the following commands:
java -limitmods java.se -listmods
vs.
java -limitmods java.se.ee -listmods
then you'll see the same six.
In all cases then the way to override/upgrade these to the EE version is
to deploy the EE version of the module on the upgrade module path. In
recent years then the need for app servers to upgrade JAXB and JAX-WS
has diminished significantly so you might not need to upgrade both of those.
-Alan