[jboss-jira] [JBoss JIRA] (AS7-5962) jaxrs subsystem pulls in javax.xml.bind.api module for every deployment
Kyle Lape (JIRA)
jira-events at lists.jboss.org
Thu Nov 15 17:25:21 EST 2012
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
More information about the jboss-jira
mailing list