You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Gopalakrishnan (JIRA)" <ji...@apache.org> on 2008/09/05 09:21:44 UTC

[jira] Created: (CXF-1784) cxf-codegen-plugin:wsdl2java goal runs wsdl2java tool on all WSDL files avaialable at src/main/resources/wsdl/ dir by default, even when specify a diffenent wsdl(s)

cxf-codegen-plugin:wsdl2java goal runs wsdl2java tool on all WSDL files avaialable at src/main/resources/wsdl/ dir by default, even when <wsdlOptions> specify a diffenent wsdl(s)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: CXF-1784
                 URL: https://issues.apache.org/jira/browse/CXF-1784
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.1.1
         Environment: Maven version: 2.0.9
Java version: 1.6.0_04
OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
            Reporter: Gopalakrishnan
            Priority: Minor


When there are wsdl files at src/main/resources/wsdl dir in my project, cxf-codegen-plugin:wsdl2java goal always operates on them produces Java articfacts and the <wsdlOptions> specified in the plugin configuration are ignored.

 I worked around the problem my renaming the src/main/resources/wsdl to src/main/resources/wsdls. 

I will create a test case attach it here in a couple of days.



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


[jira] Resolved: (CXF-1784) cxf-codegen-plugin:wsdl2java goal runs wsdl2java tool on all WSDL files avaialable at src/main/resources/wsdl/ dir by default, even when specify a diffenent wsdl(s)

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

Christian Schneider resolved CXF-1784.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.4

I just tested the issue with the trunk version will become (2.2.4) and was not able to reproduce the issue. The wsdl in src/main/resources/wsdls was not processed.

> cxf-codegen-plugin:wsdl2java goal runs wsdl2java tool on all WSDL files avaialable at src/main/resources/wsdl/ dir by default, even when <wsdlOptions> specify a diffenent wsdl(s)
> ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: CXF-1784
>                 URL: https://issues.apache.org/jira/browse/CXF-1784
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.1.1
>         Environment: Maven version: 2.0.9
> Java version: 1.6.0_04
> OS name: "windows xp" version: "5.1" arch: "x86" Family: "windows"
>            Reporter: Gopalakrishnan
>            Priority: Minor
>             Fix For: 2.2.4
>
>
> When there are wsdl files at src/main/resources/wsdl dir in my project, cxf-codegen-plugin:wsdl2java goal always operates on them produces Java articfacts and the <wsdlOptions> specified in the plugin configuration are ignored.
>  I worked around the problem my renaming the src/main/resources/wsdl to src/main/resources/wsdls. 
> I will create a test case attach it here in a couple of days.

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