Hi, I'm using the Maven2 WAR Overlay method to build CAS.
Everything works fine until I add dependencies for either cas-server-support-trusted or cas-server-support-openid in pom.xml, at which point deploying cas.war produces a fatal error in tomcat:
2012-10-22 14:14:25,480 ERROR [org.springframework.web.context.ContextLoader] - <Context initialization failed> org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'propertyPlaceholderConfigurer' defined in ServletContext resource [/WEB-INF/spring-configuration/propertyFileConfigurer.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchFieldError: NULL
I found a solution to this, which is to add p:ignoreResourceNotFound="true" to the propertyPlaceholderConfigurer bean in propertyFileConfigurer.xml.
Could that change be made in 3.5.2? Earl Fogel Information and Communications Technology University of Saskatchewan -- -- 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
