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

[jira] Created: (CXF-2376) CXF Maven Plugin fails to read WSDL file from classpath or jar file

CXF Maven Plugin fails to read WSDL file from classpath or jar file
-------------------------------------------------------------------

                 Key: CXF-2376
                 URL: https://issues.apache.org/jira/browse/CXF-2376
             Project: CXF
          Issue Type: Bug
          Components: Tooling
    Affects Versions: 2.2.2
            Reporter: S Sebastian


The CXF maven plugin "cxf-codegen-plugin"  fails to read WSDL files from a jar file deployed  on a maven repository whic was declared as a dependency by the webservice client project 

While setting the following for wsdlOption
                <wsdlOption>
                  <wsdl>classpath:/myfolder/myown.wsdl</wsdl>
                 ---
                 ----
                 </wsdlOption>

 the  build fails with the following error
      org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition from : file:/classpath:   /myfolder/myown.wsdl



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


[jira] Resolved: (CXF-2376) CXF Maven Plugin fails to read WSDL file from classpath or jar file

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

Daniel Kulp resolved CXF-2376.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.6
                   2.1.9

> CXF Maven Plugin fails to read WSDL file from classpath or jar file
> -------------------------------------------------------------------
>
>                 Key: CXF-2376
>                 URL: https://issues.apache.org/jira/browse/CXF-2376
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.2
>            Reporter: S Sebastian
>            Assignee: Daniel Kulp
>             Fix For: 2.1.9, 2.2.6
>
>
> The CXF maven plugin "cxf-codegen-plugin"  fails to read WSDL files from a jar file deployed  on a maven repository whic was declared as a dependency by the webservice client project 
> While setting the following for wsdlOption
>                 <wsdlOption>
>                   <wsdl>classpath:/myfolder/myown.wsdl</wsdl>
>                  ---
>                  ----
>                  </wsdlOption>
>  the  build fails with the following error
>       org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition from : file:/classpath:   /myfolder/myown.wsdl

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


[jira] Assigned: (CXF-2376) CXF Maven Plugin fails to read WSDL file from classpath or jar file

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

Daniel Kulp reassigned CXF-2376:
--------------------------------

    Assignee: Daniel Kulp

> CXF Maven Plugin fails to read WSDL file from classpath or jar file
> -------------------------------------------------------------------
>
>                 Key: CXF-2376
>                 URL: https://issues.apache.org/jira/browse/CXF-2376
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.2.2
>            Reporter: S Sebastian
>            Assignee: Daniel Kulp
>
> The CXF maven plugin "cxf-codegen-plugin"  fails to read WSDL files from a jar file deployed  on a maven repository whic was declared as a dependency by the webservice client project 
> While setting the following for wsdlOption
>                 <wsdlOption>
>                   <wsdl>classpath:/myfolder/myown.wsdl</wsdl>
>                  ---
>                  ----
>                  </wsdlOption>
>  the  build fails with the following error
>       org.apache.cxf.wsdl11.WSDLRuntimeException: Fail to create wsdl definition from : file:/classpath:   /myfolder/myown.wsdl

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