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

Ed Bras commented on CXF-6533:
------------------------------

This call: 
                jaxbbean.addConstructorArg(getContext(c));
Should be changed to:
                jaxbbean. addConstructorArgValue(getContext(c));

According to this:
+ * deprecated BeanDefinitionBuilder's "addConstructorArg" in favor of the 
consistently named "addConstructorArgValue"

On this site:
http://sourceforge.net/p/springframework/mailman/springframework-cvs/?viewmonth=200801&viewday=22


> 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)

Reply via email to