Related to Access restriction on class due to restriction on required library rt.jar? jaxb-impl has many classes that are provided by rt.jar, which is the reason behind the warning.
I generated my web service from a WSDL file.
If I'm meant to exclude jaxb-impl in order to get rid of the warning, what is it for then?
Which are the libraries I really need to keep for my web service to run, and which were only useful for generating the code related to it?