On Wed, 08 Apr 2015 09:38:50 -1000 Baron Fujimoto <[email protected]> wrote:
> I'm encountering the following error using a deployerConfigContext.xml and > pom.xml that has worked previously. Any suggestions on how to resolve this > would be welcome. > > 015-04-08 09:16:32,771 ERROR [org.springframework.web.context.ContextLoader] > - <Context initialization failed> > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'servicesManager' defined in > ServletContext resource > [/WEB-INF/spring-configuration/applicationContext.xml]: Cannot resolve > reference to bean > 'serviceRegistryDao' while setting constructor argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'serviceRegistryDao' defined in > ServletContext resource [/WEB-INF/deployerConfigContext.xml]: Cannot resolve > reference to bean 'entityManagerFactory' while > setting bean property 'entityManagerFactory'; nested exception is > org.springframework.beans.factory.BeanCreationException: > Error creating bean with name 'entityManagerFactory' defined in > ServletContext resource [/WEB-INF/deployerConfigContext.xml]: > Invocation of init method failed; nested exception is > java.lang.NoSuchMethodError: > org.hibernate.mapping.SimpleValue.<init>(Lorg/hibernate/mapping/Table;)V Did you check this post (it apparently deals with the same issue)? http://java-with-shiva.blogspot.com.es/2013/06/invocation-of-init-method-failed-nested.html -- Alberto Cabello Sánchez <[email protected]> -- 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-user
