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
