-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.7.14
-
Component/s: Simple Frontend
-
Labels:None
-
Estimated Complexity:Unknown
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"/>