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

[jira] Updated: (SMX4-149) ServiceMix Example CXF OSGi build error on AIX; DTDDVFactoryImpl does not extend from DTDDVFactory.

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

Jamie Goodyear updated SMX4-149:
--------------------------------

    Attachment: smx4-149.txt


Needed to add xercesImpl to get around the following error on IBM's JDK org.apache.xerces.impl.dv.DVFactoryException: DTD factory class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl does not extend from DTDDVFactory.

Adding this dependancy to the pom file in camel/servicemix-camel as its the first project component to make use of cxf-codegen-plugin during build. As already noted the examples pass by manual run of 'mvn clean install', the error is introduced to the build system before the example testing begins.

> ServiceMix Example CXF OSGi build error on AIX; DTDDVFactoryImpl does not extend from DTDDVFactory.
> ---------------------------------------------------------------------------------------------------
>
>                 Key: SMX4-149
>                 URL: https://issues.apache.org/activemq/browse/SMX4-149
>             Project: ServiceMix 4
>          Issue Type: Test
>    Affects Versions: 4.0-m2
>         Environment: AIX v5.3
> JDK 1,5
>            Reporter: Jamie Goodyear
>            Assignee: Jamie Goodyear
>         Attachments: smx4-149.txt
>
>
> ServiceMix Example CXF OSGI build error on AIX; DTDDVFactoryImpl does not extend from DTDDVFactory.
> The CXF OSGi example builds on Mac OS & Linux, this appears to be an IBM JDK specific build error.
> From build logs:
> {noformat}
> [INFO] ------------------------------------------------------------------------
> [INFO] Building Apache ServiceMix Example :: CXF OSGi
> [INFO]    task-segment: [install]
> [INFO] ------------------------------------------------------------------------
> [INFO] [cxf-codegen:wsdl2java {execution: generate-test-sources}]
> [INFO] ------------------------------------------------------------------------
> [ERROR] BUILD ERROR
> [INFO] ------------------------------------------------------------------------
> [INFO] com.sun.org.apache.xerces.internal.impl.dv.DVFactoryException: DTD factory class com.sun.org.apache.xerces.internal.impl.dv.dtd.DTDDVFactoryImpl does
>  not extend from DTDDVFactory.
> {noformat}

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