You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "kumar rishav (Jira)" <ji...@apache.org> on 2020/04/16 00:23:00 UTC

[jira] [Commented] (CXF-8258) code breaks on updating apache from 3.2.x to 3.3.x

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

kumar rishav commented on CXF-8258:
-----------------------------------

following are the versions:

 

<spring.version>4.3.16.RELEASE</spring.version>
 <spring-security.version>4.2.4.RELEASE</spring-security.version>
 <hibernate.version>4.3.11.Final</hibernate.version>
 <!-- TODO: move into specific sub module -->
 <junit.version>4.12</junit.version>
 <java.source.version>1.7</java.source.version>
 <java.target.version>1.7</java.target.version>
 <cxf.version>3.3.0</cxf.version>
 <codegen.cxf.version>2.7.18</codegen.cxf.version>
 <surefire.version>2.4.2</surefire.version>
 <compiler.plugin.version>3.1</compiler.plugin.version>
 <aspectj.version>1.7.4</aspectj.version>
<jackson.version>2.9.8</jackson.version>
 <apache.commons-lang.version>3.4</apache.commons-lang.version>
 <slf4j.version>1.7.5</slf4j.version>

> code breaks on updating apache from 3.2.x to 3.3.x
> --------------------------------------------------
>
>                 Key: CXF-8258
>                 URL: https://issues.apache.org/jira/browse/CXF-8258
>             Project: CXF
>          Issue Type: Bug
>          Components: Build system
>    Affects Versions: 3.3.0
>            Reporter: kumar rishav
>            Priority: Major
>
> when upgrading apache cxf from 3.2.x to 3.3.,,following error comes:
> Provider org.apache.cxf.jaxws.spi.ProviderImpl could not be instantiated = javax.xml.ws.spi.Provider: 
> Provider org.apache.cxf.jaxws.spi.ProviderImpl could not be instantiated = loading constraint violation when overriding method "javax/xml/ws/spi/ServiceDelegate.createDispatch(Ljavax/xml/namespace/QName;Ljavax/xml/bind/JAXBContext;Ljavax/xml/ws/Service$Mode;)Ljavax/xml/ws/Dispatch;" during creation of class "org/apache/cxf/jaxws/ServiceImpl": loader "com/ibm/ws/classloader/CompoundClassLoader@5c741b49" of class "org/apache/cxf/jaxws/ServiceImpl" and loader "com/ibm/oti/vm/BootstrapClassLoader@ee2c548a" of class "javax/xml/ws/spi/ServiceDelegate" have different types for the method signature
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)