Dynamic client does not filter out JDK packages....
---------------------------------------------------
Key: CXF-1204
URL: https://issues.apache.org/jira/browse/CXF-1204
Project: CXF
Issue Type: Bug
Components: JAXB Databinding
Affects Versions: 2.0.2, 2.0.1, 2.0.3
Reporter: Daniel Kulp
With http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/eutils_lite.wsdl, the
Dynamic client tries to pass "java.lang" to the JAXB context.
The dynamic client should:
1) Filter out the known packages ahead of time (java.lang, java.util, etc..)
2) Check each package for pacakge.ObjectFactory and only use the packages where
one is found.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.