Hi,
I am playing with moving from si 1.0.4 to si 2.0 RC1. When I load my app context with si 2.0 RC1 in the classpath I get a class not found exception. My Spring core is 3.0.0RELEASE.
GatewayMethodInboundMessageMapper tries to import, org.springframework.expression.BeanResolver but that class in Spring 3.0.0RELEASE that class doesn't live in springframework.expression package.
What is the dependency on spring framework for si 2.0?


Reply With Quote