I have can now successfully start cas and load the services management interface, but I'm not sure all is completely well. I am working from these configuration instructions:
http://www.ja-sig.org/wiki/display/CASUM/Configuring and I am bumping into two problems: 1. if this line is included, per the documentation: <tx:annotation-driven transaction-manager="transactionManager"/> it causes the following error: [/WEB-INF/deployerConfigContext.xml]; nested exception is java.lang.NoSuchMethodError: org.springframework.aop.config.AopNamespaceUtils.registerAutoProxyCreatorIfNecessary(Lorg/springframework/beans/factory/xml/ParserContext;Ljava/lang/Object;)V Commenting that line out fixes the problem and cas loads apparently with no problems. 2. The documentation mentions the following: Comment out spring-dao exclusion in pom.xml. There is no such exclusion in the pom.xml file under cas-server-webapp, however this exclusion does appear in the pom.xml file under cas-server-core. Do I need to fix this and rebuild my cas-server-core? If so, how is this accomplished? Man, this is some hard software to configure! I was extremely happy to see the service management interface load in my browser. If anyone has any advice on these outstanding questions it would be greatly appreciated! -- View this message in context: http://www.nabble.com/Progress-but-still-some-problems-configuring-services-management-tp16398657p16398657.html Sent from the CAS Users mailing list archive at Nabble.com. _______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
