On Wed, Jan 13, 2010 at 10:47 PM, efender <[email protected]> wrote: > > Spring's ServerSessionFactory has been removed in Spring 3. > > There's a related issue that made it in to 2.0. > http://issues.apache.org/activemq/browse/CAMEL-502 > > It seems that the changes to JmsConfiguration and JmsComponent from that > issue should be (almost) enough to get this working correctly. However, the > commit message says "Do NOT backport this to Camel 1.x branch." > > It builds fine but one test fails: > Running org.apache.camel.converter.IOConverterTest > Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.14 sec <<< > FAILURE! > > Why was it specified to not backport this to 1.x? >
Camel 1.6.x is Spring 2.0.x / 2.5.x compatible. To use Spring 3.0 you gotta use Camel 2.2 onwards. > Thanks. > -- > View this message in context: > http://old.nabble.com/Camel-1.6-and-Spring-3-tp27152604p27152604.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
