[ https://issues.apache.org/jira/browse/CXF-1204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Benjamin Coiffe updated CXF-1204: --------------------------------- Attachment: patch.txt This is a patch for cxf 2.0.4! (It only contains the relevant methods). It can be applied on 2.1 as the dynamic client factory is not very different. > 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.1, 2.0.2, 2.0.3 > Reporter: Daniel Kulp > Attachments: patch.txt > > > 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.