On Mon, Mar 31, 2008 at 3:28 PM, markscarbrough <[EMAIL PROTECTED]> wrote:
> > 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. This generally means you have older versions of libraries on the classpath, or conflicting versions. Check your classpath and the included libraries in CAS to make sure there aren't multiple Spring jars of different versions (and nothing on the classpath). > > 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? Try it without it first. That page covers multiple versions of CAS and may not be applicable to your version (its related to Spring versions).
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
