You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Guopu Wu (JIRA)" <ji...@apache.org> on 2014/12/09 18:31:13 UTC

[jira] [Commented] (CXF-6146) Demo wsdl_first_xmlbeans fails to build

    [ https://issues.apache.org/jira/browse/CXF-6146?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14239717#comment-14239717 ] 

Guopu Wu commented on CXF-6146:
-------------------------------

Proposed fix for demo wsdl_first_xmlbeans/pom.xml -

{code}

             <plugin>
                <groupId>org.apache.cxf</groupId>
                <artifactId>cxf-codegen-plugin</artifactId>
                <version>${project.version}</version>
+                <dependencies>
+                  <dependency>
+                    <groupId>commons-logging</groupId>
+                    <artifactId>commons-logging</artifactId>
+                    <version>1.1.1</version>
+                  </dependency>
+                </dependencies>
            ...
{code}


> Demo wsdl_first_xmlbeans fails to build
> ---------------------------------------
>
>                 Key: CXF-6146
>                 URL: https://issues.apache.org/jira/browse/CXF-6146
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 3.0.2
>         Environment: JDK 6, Maven 3.2.3, Windows
>            Reporter: Guopu Wu
>
> [INFO] Building WSDL first demo using Document/Literal Style and XMLBeans DataBinding 3.0.3-SNAPSHOT
> [INFO] ------------------------------------------------------------------------
> [INFO] 
> [INFO] --- cxf-codegen-plugin:3.0.3-SNAPSHOT:wsdl2java (generate-sources) @ wsdl_first_xmlbeans ---
> [INFO] ------------------------------------------------------------------------
> [INFO] BUILD FAILURE
> [INFO] ------------------------------------------------------------------------
> [INFO] Total time: 4.203 s
> [INFO] Finished at: 2014-11-26T16:42:18+00:00
> [INFO] Final Memory: 6M/15M
> [INFO] ------------------------------------------------------------------------
> [ERROR] Failed to execute goal org.apache.cxf:cxf-codegen-plugin:3.0.3-SNAPSHOT:wsdl2java (generate-sources) on project wsdl_first_xmlbeans: Execution generate-sources of goal org.apache.cxf:cxf-codegen-plugin:3.0.3-SNAPSHOT:wsdl2java failed: A required class was missing while executing org.apache.cxf:cxf-codegen-plugin:3.0.3-SNAPSHOT:wsdl2java: org/apache/commons/logging/LogFactory
> [ERROR] -----------------------------------------------------



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)