[
https://issues.apache.org/jira/browse/CXF-2973?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906865#action_12906865
]
Daniel Kulp commented on CXF-2973:
----------------------------------
My gut feeling says the error check is about all we can do here and this is
resolvable. In general, we want to use the latest JAXB-impl, not the
version in the JDK, but in some cases, that may be problematic and your warning
is probably appropriate.
> Schema with broken namespaces in JAXB
> -------------------------------------
>
> Key: CXF-2973
> URL: https://issues.apache.org/jira/browse/CXF-2973
> Project: CXF
> Issue Type: Bug
> Components: JAXB Databinding
> Affects Versions: 2.2.10
> Reporter: Benson Margulies
>
> Under some complex set of conditions that I have not yet diagnosed, the
> JAXBDataBinding will, with 'help' from JAXB (the version of JAXB built into
> the Apple 1.6 JDK, at least) create a schema DOM document that looks,
> roughly, like:
> {code}
> <schema xmlns:xs="......">
> <import .../>
> ...
> </schema>
> {code}
> That is, the elements are created with no namespace at all.
> I have not been able to isolate a test case, but I am opening this issue to
> track with.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.