n.felix created CXF-7779:
----------------------------
Summary: Spring "version-less" xsd import
Key: CXF-7779
URL: https://issues.apache.org/jira/browse/CXF-7779
Project: CXF
Issue Type: Improvement
Components: Core
Affects Versions: 3.2.5
Reporter: n.felix
Hi everybody,
Using (this great library !) *cxf* in our _spring-based_ product,
and including _cxf.xml_ into our xml configuration,
we (sometimes) face to a startup issue (_beans namespace not defined..._).
IMHO, this happens because:
* our application *does not* embed {color:#FF0000}spring 4.2 version{color}
(as mentioned into your xml file) but an earlier one.
* application server does not have access to internet (and thus the
application can not resolve this xsd file).
Is it possible to modify your xml file by including a _version-less_
declaration ?
We applied this rule into our applications, and it already solves such of
issues.
ITOT, from spring 5.0 version, they moved to this behaviour to (as you can see
[here|[https://jira.spring.io/browse/SPR-13499])]
Thanks for any help and feedback.
Nicolas
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)