autoNameResolution produces inconsistent results ------------------------------------------------
Key: CXF-2653 URL: https://issues.apache.org/jira/browse/CXF-2653 Project: CXF Issue Type: Bug Affects Versions: 2.1.3 Reporter: Jeff Melby Using the -autoNameResolution option in WSDLToJava produces inconsistent results in the naming of classes for the same wsdl. Specifically, on one developer machine, it names one class GetMemberCHResponse and another GetMemberCHResponse2, but for another developer, these classes are reversed such that GetMemberCHResponse = GetMemberCHResponse2 and vice versa for developer #2. This is a problem when trying to interact with the stub code from the application code. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.