You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Kaj Kandler (JIRA)" <ji...@apache.org> on 2010/03/30 19:36:27 UTC

[jira] Created: (CXF-2743) java2ws generates date into *.xjb header --> causign change where there is no change

java2ws generates date into *.xjb header --> causign change where there is no change
------------------------------------------------------------------------------------

                 Key: CXF-2743
                 URL: https://issues.apache.org/jira/browse/CXF-2743
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.2.7
            Reporter: Kaj Kandler


When I generate my WSDl files java2ws generates me a *.xjb file which contains the following header.

<!--
    * This is a jaxb external customization binding file
    * was generated by Apache CXF 2.2.7
    * Tue Mar 30 13:01:47 EDT 2010
    * Generated source version: 2.2.7
    *
    * The reason we generate this file is that
    * we detected java.util.Date or java.util.Calendar classes in your SEI
    *
    * Useage:
    *   wsdl2java [-b <the path of this file>] wsdl
    * To customize the generated date types
-->

While I appreciate the header as informative, the date generated into this is not too helpful, as it causes a change in content then reported to the source code control system that is a non change.

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


[jira] Resolved: (CXF-2743) java2ws generates date into *.xjb header --> causign change where there is no change

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

Daniel Kulp resolved CXF-2743.
------------------------------

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

> java2ws generates date into *.xjb header --> causign change where there is no change
> ------------------------------------------------------------------------------------
>
>                 Key: CXF-2743
>                 URL: https://issues.apache.org/jira/browse/CXF-2743
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.7
>            Reporter: Kaj Kandler
>            Assignee: Daniel Kulp
>             Fix For: 2.2.8
>
>
> When I generate my WSDl files java2ws generates me a *.xjb file which contains the following header.
> <!--
>     * This is a jaxb external customization binding file
>     * was generated by Apache CXF 2.2.7
>     * Tue Mar 30 13:01:47 EDT 2010
>     * Generated source version: 2.2.7
>     *
>     * The reason we generate this file is that
>     * we detected java.util.Date or java.util.Calendar classes in your SEI
>     *
>     * Useage:
>     *   wsdl2java [-b <the path of this file>] wsdl
>     * To customize the generated date types
> -->
> While I appreciate the header as informative, the date generated into this is not too helpful, as it causes a change in content then reported to the source code control system that is a non change.

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