On Wednesday, December 21, 2011 11:33:16 PM prashant wrote: > [2011-12-22 08:24:54,595] ERROR aanleverserviceClientLogger Error in static > block: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'cxf.config1': Initialization of bean failed; nested > exception is java.lang.IllegalStateException: Could not register object > [org.apache.cxf.bus.CXFBusImpl@2cd728] under bean name 'cxf': there is > already object [org.apache.cxf.bus.CXFBusImpl@2cd728] bound
What version of CXF are you using? Also, can you provide the full spring config? With any recent version of CXF, there shouldn't be any org.apache.cxf.bus.CXFBusImpl objects defined there. They should be the specific SpringBus subclass. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
