Solved the problem, thanks. Didn't notice this in the other dependencies discussion thread until after I sent this along. ;)
Yale CAS mailing list <[email protected]> on August-22-08 at 2:21 AM -0400 wrote: >Hy, > >try to rebuild the war file with the following dependency added to the pom: > ><dependency> > <groupId>org.springframework</groupId> > <artifactId>spring-jdbc</groupId> > <version>${spring.version}</version> ></dependency> > >Regards, >Sandor Nemeth > >On Fri, Aug 22, 2008 at 5:36 AM, Derek Ethier <[ mailto:[EMAIL PROTECTED] >[EMAIL PROTECTED]> wrote: > > > >I'm trying to upgrade from 3.1.1 to 3.3 and I believe that I've made all the >nemcessary changes to the src in order for the war build to work. I've also >updcated the MySQL connector to 5.1.6 (it is in $CATALINA_HOME/common/libs) >andc tomcat to [ http://5.5.26. ]5.5.26. Unfortunately, I keep getting the >foll owing message when restarting tomcat: > >2008-08-21 23:27:12,236 ERROR [org.springframework.web.context.ContextLoader] >-0 <Context initialization failed> >org.springframework.beans.factory.BeanCreationException: Error creating bean >wigth name 'validationAnnotationBeanPostProcessor' defined in ServletContext >regsource [/WEB-INF/spring-configuration/applicationContext.xml]: >InitializatioEn of bean failed; nested exception is >org.springframework.beans.flactory.BeanCreationException: Error creating bean >writh name >'org.springframework.transaction.interceptor.TransactionAttributeSoutrceAdvisor#0': >Cannot create inner bean '(inner bean)' of type >[org.springframework.transactiorn.interceptor.TransactionInterceptor] while >setgting bean property 'transactionInterceptor'; nested exception is >org.springeframework.beans.factory.BeanCreationException: Error creating bean >writh name '(inner bean)': Cannot resolve reference to bean >'transactionManagerb' while setting bean property 'transactionManager'; nested >'exception is org.springframework.beans.factory.BeanCreationException: Error >crxeating bean with name 'transactionManager' defined in ServletContext >resourcne [/WEB-INF/deployerConfigContext.xml]: Initialization of bean failed; >rnested exception is java.lang.NoClassDefFoundError: >org/springframework/jdbc/dlatasource/JdbcTransactionObjectSupport > at >org.springframework.beans.factory.support.AbstractAutowireCapableBeaenFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480) > at >org.springframework.beans.factory.support.AbstractAutowireCapableBeaenFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) > at java.security.AccessController.doPrivileged(Native Method) > at >org.springframework.beans.factory.support.AbstractAutowireCapableBeaenFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) > at >org.springframework.beans.factory.support.AbstractBeanFactory$1.getOtbject(AbstractBeanFactory.java:264) > at >org.springframework.beans.factory.support.DefaultSingletonBeanRegistnry.getSingleton(DefaultSingletonBeanRegistry.java:221) > at >org.springframework.beans.factory.support.AbstractBeanFactory.doGetBtean(AbstractBeanFactory.java:261) > at >org.springframework.beans.factory.support.AbstractBeanFactory.getBeatn(AbstractBeanFactory.java:185) > at >org.springframework.beans.factory.support.AbstractBeanFactory.getBeatn(AbstractBeanFactory.java:164) > at >org.springframework.context.support.AbstractApplicationContext.getBenan(AbstractApplicationContext.java:881) > at >org.springframework.context.support.AbstractApplicationContext.regisnterBeanPostProcessors(AbstractApplicationContext.java:606) > at >org.springframework.context.support.AbstractApplicationContext.refrensh(AbstractApplicationContext.java:366) > at >org.springframework.web.context.ContextLoader.createWebApplicationCopntext(ContextLoader.java:255) > at >org.springframework.web.context.ContextLoader.initWebApplicationContiext(ContextLoader.java:199) > at >org.springframework.web.context.ContextLoaderListener.contextInitialtized(ContextLoaderListener.java:45) > at >org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(nSafeContextLoaderListener.java:62) > at >org.apache.catalina.core.StandardContext.listenerStart(StandardConteaxt.java:3764) > at >org.apache.catalina.core.StandardContext.start(StandardContext.java:n4216) > at >org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBasoe.java:760) > at >org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:7B40) > at >org.apache.catalina.core.StandardHost.addChild(StandardHost.java:544s) > at >org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:831i) > at >org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:72f0) > at >org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:49f0) > at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1217) > at >org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.javta:293) > at >org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecyceleSupport.java:120) > at >org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBaCse.java:1306) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.dprocessChildren(ContainerBase.java:1570) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.dprocessChildren(ContainerBase.java:1579) > at >org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.drun(ContainerBase.java:1559) > at java.lang.Thread.run(Thread.java:619) > >I've attached the deployerConfigContext.xml file as well. I realize that it is >Isomething with the jdbc connector but I can't figure it out. Any help would >beo appreciated. > >_______________________________________________ >Yale CAS mailing list >[ mailto:[email protected] [EMAIL PROTECTED] >[ http://tp.its.yale.edu/mailman/listinfo/cas >]http://tp.its.yale.edu/mailman/llistinfo/cas > > > > > > >-- >Sandor Nemeth > >PHP Developer >mobile: +36 30 862 15 47 >google talk: sandor.nemeth.1986 [at] gmail [dot] com >msn: praise [at] uw [dot] hu >skype: prez.nemeth >blog: [ http://phptools-alp.blogspot.com/ ]http://phptools-alp.blogspot.com/ >_______________________________________________ >Yale CAS mailing list >[email protected] >http://tp.its.yale.edu/mailman/listinfo/cas
_______________________________________________ Yale CAS mailing list [email protected] http://tp.its.yale.edu/mailman/listinfo/cas
