Ricardo Martin Camarero created WFLY-13968:
----------------------------------------------
Summary: Consider internal jaxb-impl module in more situations
Key: WFLY-13968
URL:
https://issues.redhat.com/browse/WFLY-13968
Project: WildFly
Issue Type: Bug
Components: XML Frameworks
Affects Versions: 21.0.0.Final
Reporter: Ricardo Martin Camarero
Assignee: Ricardo Martin Camarero
Attachments: jaxb-exclusion.zip
Currently the
[
ContextFinder.java|https://github.com/jboss/jboss-jaxb-api_spec/blob/mast...]
also looks for the jaxb factories inside the module impl in two situations (to search
factory JAXBContextFactory and old JAXBContext using the services). But it does not do the
same when using the factory specified in a system property or inside a {{jaxb.properties}}
file. The idea is making this uniform and do always the same (searching in the TCCL and
then, if not found, inside the internal module impl for each specification step).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)