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

Daniel Kulp resolved CXF-3717.
------------------------------

       Resolution: Not A Problem
    Fix Version/s:     (was: NeedMoreInfo)
                   Invalid


This is working completely per spec.   The JAX-WS and JAXB spec specifically 
states that when mapping the namespace to a package name, each component of the 
package must be converted to all lower case.   For more information, see 
Appendix D, section D5.1 of the JAXB specification.

Note that the package statement in the generated code is lower case:
{code}
package com.otr.sufd.cryptowebservice;
{code}
and the directories are created to match that properly.
  

> 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: Invalid
>
>         Attachments: signWebService.wsdl
>
>
> 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

        

Reply via email to