Kyle Lape created AS7-5962:
------------------------------
Summary: jaxrs subsystem pulls in javax.xml.bind.api module for every
deployment
Key: AS7-5962
URL:
https://issues.jboss.org/browse/AS7-5962
Project: Application Server 7
Issue Type: Bug
Components: Class Loading, REST
Affects Versions: 7.2.0.Alpha1
Reporter: Kyle Lape
Assignee: Kyle Lape
Priority: Minor
The jaxrs subsystem automatically pulls in the JAXB API module for every single
deployment, even if they don't have a JAX-RS component in them. This is normally not
noticed since {{javax.xml.bind.api}} is already added to the deployment via
{{javaee.api}}, but you want to include your own version of JAXB in your deployment, then
you will need to exclude {{javaee.api}}, which is expected. But it's not expected to
have to exclude the jaxrs subsystem, too.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira