You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Agustin Barto (JIRA)" <ji...@apache.org> on 2009/08/13 21:45:14 UTC

[jira] Created: (CXF-2392) wsdl2java generates the wrong package name from the namespace

wsdl2java generates the wrong package name from the namespace
-------------------------------------------------------------

                 Key: CXF-2392
                 URL: https://issues.apache.org/jira/browse/CXF-2392
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.2.3
         Environment: Windows XP Professional SP2, J2SE 1.6.0_16
            Reporter: Agustin Barto
            Priority: Minor


I'm trying to generate a service from a WSDL (and related Schemas) that contains a namespace that ends with "v1.0". When the tool generates the Java packages, those end in "v1" instead of "v1_0".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CXF-2392) wsdl2java generates the wrong package name from the namespace

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-2392.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.3
         Assignee: Daniel Kulp


Not backporting to 2.2.x and earlier as it would completely change the generated code which is a definite incompatibility. 

> wsdl2java generates the wrong package name from the namespace
> -------------------------------------------------------------
>
>                 Key: CXF-2392
>                 URL: https://issues.apache.org/jira/browse/CXF-2392
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.2.3
>         Environment: Windows XP Professional SP2, J2SE 1.6.0_16
>            Reporter: Agustin Barto
>            Assignee: Daniel Kulp
>            Priority: Minor
>             Fix For: 2.3
>
>
> I'm trying to generate a service from a WSDL (and related Schemas) that contains a namespace that ends with "v1.0". When the tool generates the Java packages, those end in "v1" instead of "v1_0".

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.