You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dennis Kieselhorst (JIRA)" <ji...@apache.org> on 2017/06/23 07:17:00 UTC

[jira] [Resolved] (CXF-7422) Getting Bean Creation exception while building application

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

Dennis Kieselhorst resolved CXF-7422.
-------------------------------------
    Resolution: Cannot Reproduce

FYI cxf-bundle no longer exists in 3.x (see http://cxf.apache.org/docs/30-migration-guide.html).

I assume there is something wrong with the dependency list in your pom, but as you can't attach it, I can't help you. You can also attach a smaller project which reproduces the error.

Otherwise run mvnDebug instead of mvn, attach the debugger and find out why XMLBindingFactory cannot be created.

> Getting Bean Creation exception while building application
> ----------------------------------------------------------
>
>                 Key: CXF-7422
>                 URL: https://issues.apache.org/jira/browse/CXF-7422
>             Project: CXF
>          Issue Type: Bug
>            Reporter: Raghuram
>            Assignee: Dennis Kieselhorst
>             Fix For: Invalid
>
>
> Getting the below exception while doing mvn clean install. Also, this exception is printed many times which is also leading to StackOverflow Exception.
> cxf-bundle version - 2.2.12
> org.springframework.beans.factory.BeanCreationException: 
> Error creating bean with name 'org.apache.cxf.binding.BindingFactoryManager' defined in class path resource [META-INF/cxf/cxf.xml]: Cannot create inner bean 'org.apache.cxf.configuration.spring.SpringBeanMap#ca65c63' of type [org.apache.cxf.configuration.spring.SpringBeanMap] while setting bean property 'mapProvider'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.configuration.spring.SpringBeanMap#ca65c63' defined in class path resource [META-INF/cxf/cxf.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean threw exception on object creation; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.binding.xml.XMLBindingFactory': FactoryBean 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)