On Thursday 17 June 2010 3:29:42 pm Brandon Richins wrote: > Does CXF 2.2.9 require Spring 2.5.x or can it be used successfully with > Spring 3.0 as well? Creating a dependencyManagement section in my pom.xml > specifying to use the 3.0 versions and it seemed to include the > dependencies. Are there any known caveats with using 3.0?
Make sure you are using CXF 2.2.9. We do have a profile for testing with Spring 3.0 and we did fix a bunch of things around the 2.2.7 timeframe, mostly in relation to the JMS transport. In anycase, 2.2.9 should work fine with Spring 3. Dan > > Also I seem to recall XFire using XBeans for Spring configuration and was > wondering to that end if the code has been updated to use Spring > namespaces instead? > > Thanks, > > Brandon -- Daniel Kulp [email protected] http://dankulp.com/blog
