Predrag Spasojevic created CXF-6533:
---------------------------------------
Summary: Apache CXF 2.7.17 not compatibile with Spring 4.2.0
Key: CXF-6533
URL: https://issues.apache.org/jira/browse/CXF-6533
Project: CXF
Issue Type: Bug
Affects Versions: 2.7.17
Reporter: Predrag Spasojevic
CXF 2.7.17 cannot be initialized with Spring 4.2.0.
AbstractBeanDefinitionParser#mapElementToJaxbBean cannot compile because of
this:
jaxbbean.addConstructorArg(writer.toString());
jaxbbean.addConstructorArg(getContext(jaxbClass));
addConstructorArg do not exist anymore in Spring's BeanDefinitionBuilder.
Stack trace
Caused by: java.lang.NoSuchMethodError:
org.springframework.beans.factory.support.BeanDefinitionBuilder.addConstructorArg(Ljava/lang/Object;)Lorg/springframework/beans/factory/support/BeanDefinitionBuilder;
at
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser.mapElementToJaxbBean(AbstractBeanDefinitionParser.java:418)
~[cxf-api-2.7.17.jar:2.7.17]
at
org.apache.cxf.configuration.spring.AbstractBeanDefinitionParser.mapElementToJaxbBean(AbstractBeanDefinitionParser.java:392)
~[cxf-api-2.7.17.jar:2.7.17]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)