[
https://issues.apache.org/jira/browse/CXF-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14301132#comment-14301132
]
ASF GitHub Bot commented on CXF-6234:
-------------------------------------
GitHub user mmusaji opened a pull request:
https://github.com/apache/cxf/pull/51
CXF-6234 - Ensure imported schema locations are resolved correctly
PR for https://issues.apache.org/jira/browse/CXF-6234
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mmusaji/cxf-1 CXF-6234
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cxf/pull/51.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #51
----
commit 18c753b9ef02b6d696906854de198b9e73513f44
Author: Mustafa Musaji <[email protected]>
Date: 2015-02-02T10:28:32Z
CXF-6234 - Ensure imported schema locations are resolved correctly
----
> Invalid ?wsdl response with relative imports/includes when using
> jaxws-catalog.xml
> ----------------------------------------------------------------------------------
>
> Key: CXF-6234
> URL: https://issues.apache.org/jira/browse/CXF-6234
> Project: CXF
> Issue Type: Bug
> Components: Simple Frontend
> Affects Versions: 2.7.14
> Reporter: mustafa
> Attachments: getwsdl_problem.zip
>
>
> 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"/>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)