Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.7.14
-
None
-
Unknown
Description
This issue is related to the bug fix for CXF-4910
However, in this use case, when you use a jaxws-catalog.xml. When trying to look up the provided schemaLocation after CXF-4910 it doesn't work
<include schemaLocation="test_included_1a.xsd"/>
It should be
<include schemaLocation="http://lcoalhost:8080/test_schema_validation/service_v1/ServiceBean?xsd=test_included_1a.xsd"/>