Thanks for the feedback, Dan! Currently we rollback to Spring 3.0.0-M4 and hope that this issue is fixed with Spring 3.0.0. final. Otherwise we will open a JIRA.
Cheers Mos dkulp wrote: > > > Honestly, I have no idea. That definitely doesn't look good. :-( > > Is there any way you can create a small test project and attach to a JIRA? > However, if it worked with one spring but not an another, it may be a bug > in > there stuff. :-( > > Dan > > > On Tue November 17 2009 9:40:42 am moslm wrote: >> After updating from Spring 3.0.0-M4 to the latest Spring 3.0.0-RC2 the >> CXF >> framework failed at initialization with: >> >> Caused by: org.apache.cxf.BusException: No binding factory for namespace >> http://schemas.xmlsoap.org/soap/ registered. >> at >> org.apache.cxf.binding.BindingFactoryManagerImpl.getBindingFactory(BindingF >> actoryManagerImpl.java:91) >> >> >> Does somebody observe something similar? Any ideas what to do? >> >> My CXF configuration seems to be very basic and standard: >> >> ...... >> <import resource="classpath:META-INF/cxf/cxf.xml" /> >> <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" /> >> <import resource="classpath:META-INF/cxf/cxf-extension-http.xml" /> >> >> <jaxws:client id="myService" >> serviceName="myMiddleware:MyMiddlewareImplService" >> endpointName="myMiddleware:MyMiddlewareEndpoint" >> address="${middleware.address}" >> serviceClass="de.my.stubs.MyMiddleware"> >> </jaxws:client> >> >> >> >> Thanks for helping >> Mos >> > > -- > Daniel Kulp > [email protected] > http://www.dankulp.com/blog > > -- View this message in context: http://old.nabble.com/Spring-3.0-RC2-and-CXF2.2.4-leads-to-%22No-binding-factory-for-namespace-http%3A--schemas.xmlsoap.org-soap-%22-tp26391105p26436025.html Sent from the cxf-user mailing list archive at Nabble.com.
