On Friday 04 February 2011 7:55:29 pm Sira, Amardeep wrote: > I see. Would you have any comments on CXF compatibility with Spring 1.2.1?
CXF has never supported Spring 1.x. I'm sure it won't work. However, you MAY be able to use the non-spring ExtensionBus and such to have it work along with a Spring 1.x application. You would not be able to use the CXF/Spring integration points though. Dan > > Thanks. > > Amardeep > -----Original Message----- > From: Daniel Kulp [mailto:[email protected]] > Sent: Friday, February 04, 2011 3:01 PM > To: [email protected] > Cc: Sira, Amardeep > Subject: Re: Spring version support > > On Friday 04 February 2011 5:18:06 pm Sira, Amardeep wrote: > > Hello, > > > > What would be the best way to identify the oldest version of Spring > > supported by the CXF bundle? I am currently evaluating CXF 2.3.2. > > For 2.3.2, we only really test with Spring 3. However, we've left > everything in place for spring 2.5.6 and thus it should work. We have a > spring2 profile to run with 2.5.6. There are a couple unit tests failing > with it, but that's due to the mocks being called differently and > unexpectedly with Spring 2 compared to 3. > > Except for a few of the JAX-RS tests that are relying on some spring3 > things, the system tests seem to all be passing fine. > > > -- > Daniel Kulp > [email protected] > http://dankulp.com/blog -- Daniel Kulp [email protected] http://dankulp.com/blog
