EndpointReferenceType class in the generated code is in the incorrect namespace
-------------------------------------------------------------------------------
Key: CXF-492
URL: https://issues.apache.org/jira/browse/CXF-492
Project: CXF
Issue Type: Bug
Components: Tooling
Affects Versions: 2.0-RC
Reporter: Balaji Ravi
Fix For: 2.0-RC
The EndpointReferenceType class that is generated is in the
org.w3._2005._08.addressing.EndpointReferenceType but the class is actually in
org.apache.cxf.ws.addressing. It looks like the wsdl2java tool is skipping the
namespace2package configuration which mentions this mapping... Also, it is not
generating code in the other namespace because of exclusion of this namespace
thereby resulting in a compilation error.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.