> INFO: Deploying web application archive cas.war > 2010-03-01 10:18:36,230 ERROR > [org.springframework.web.context.ContextLoader] - <Context initialization > failed> > java.lang.NoSuchMethodError: > org.springframework.web.context.ConfigurableWebApplicationContext.setId(Ljava/lang/String;)V
My hunch is that this is a different manifestation of the same error we saw previously that was caused by mixed versions of Spring jars in the deployable. > I doubt the dep tree is important at this point I think it's still relevant: > [INFO] | | +- > org.jasig.service:person-directory-api:jar:1.5.0-RC6:runtime > [INFO] | | \- org.springframework:spring-context:jar:2.5.6:runtime The NoSuchMethodError is coming from a class in Spring jar for which you've got mixed versions. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev
