I think I found the cause, but have no idea how to solve it.
The org.apache.servicemix.common.xbean.AbstractXBeanDeployer class from the servicemix-common-2010.02 library contained in the servicemix-shared-2010.02 package calls the setValidating() method on an instance of the org.springframework.context.support.AbstractXmlApplicationContext class. This method was added in Spring 3.0 and does not exist in Spring 2.5. For some reason, the spring-context-2.5.6.jar library from the <SERVICEMIX>/lib folder is used here instead of the spring-context-3.0.4.RELEASE.jar library contained in the servicemix-shared-2010.02 package. -- View this message in context: http://servicemix.396122.n5.nabble.com/Problem-using-2010-02-components-in-Servicemix-3-3-2-tp3315070p3315103.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
