You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2011/08/09 19:45:34 UTC

[jira] [Updated] (CXF-3717) When generate java from WSDL created folder and package name must be case SENSITIVE

     [ https://issues.apache.org/jira/browse/CXF-3717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp updated CXF-3717:
-----------------------------

    Fix Version/s: NeedMoreInfo
         Assignee: Daniel Kulp


Can I get a more complete description of the problem and maybe a testcase?    I checked the code and we pretty much just do:

{code}
packageName.replace('.', File.separatorChar);
{code}

to generate the directory name from the package so whatever case is used for the package should be the same as what is created.

> When generate java from WSDL created folder and package name must be case SENSITIVE
> -----------------------------------------------------------------------------------
>
>                 Key: CXF-3717
>                 URL: https://issues.apache.org/jira/browse/CXF-3717
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: pe4enko
>            Assignee: Daniel Kulp
>             Fix For: NeedMoreInfo
>
>
> When generate java from WSDL created folder and package name must be case SENSITIVE

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira