Code Gen plugin fails silently when generated classes have name collisions
--------------------------------------------------------------------------

                 Key: CXF-4128
                 URL: https://issues.apache.org/jira/browse/CXF-4128
             Project: CXF
          Issue Type: Bug
          Components: Build system
    Affects Versions: 2.5.2
         Environment: Windows / Mac (Case insensitive)
            Reporter: Bryan Stopp


When executing a wsdl2java call using a WSDL which has a Port Type with the 
same name as a Message element, the classes for the Message or Clients are not 
created correctly. 

This only happens when the PortType name contains underscores, a direct name 
match allows discovery of collisions and appropriate name overriding.

I will attempt to attach the pom & wsdl test cases after creating this ticket. 
When asked on the users mailing list, this was the result of a command executed:

wsimport -keep recipeservice.wsdl

Generating code...

[ERROR] Could not generate SEI, class: edu.umkc.cse.cs5551.ws.CREATERECIPE 
already exists. Rename wsdl:portType 
"{http://ws.cs5551.cse.umkc.edu/}CREATE_RECIPE"; using JAX-WS customization
  line 35 of file:/C:/testservice/src/main/resources/recipeservice.wsdl



--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to