catalog.cat files are pointing to wrong xsd schemas
---------------------------------------------------
Key: CXF-3435
URL: https://issues.apache.org/jira/browse/CXF-3435
Project: CXF
Issue Type: Bug
Components: WS-* Components
Affects Versions: 2.4
Reporter: Aki Yoshida
Priority: Trivial
Fix For: 2.4
This problem is trivial and occurs only in the current trunk.
In 2.3.x, the local versions of various ws xsd schemas were available at
/common/schemas/src/main/resources/schemas/wsdl/.
In trunk, the location of the schemas seems to have moved to
/api/src/main/resources/schemas/wsdl/.
However, the catalog.cat files for rt/ws/rm and rt/ws/addr have not been
updated with this new location.
Consequently, the local schema retrieval is not working and the ws/rm build
tries to fetch the external public schema at
http://schemas.xmlsoap.org/ws/2004/08/addressing for the addressing schema.
Just updating the catalog.cat files will solve this problem.
I'm attaching the patch.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira