On 24/02/2014 23:46, J. Brian Hall
> 2. Log files.  Yes, the webapp fails to initialize.  Here's the first few
> lines:  
> 
> ERROR org.springframework.web.context.ContextLoader  - Context
> initialization failed
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'messageSource': Initialization of bean failed; nested exception
> is org.springframework.beans.factory.BeanCreationException: Error creating
> bean with name 'transactionManager': Cannot resolve reference to bean
> 'sessionFactory' while setting bean property 'sessionFactory'; nested
> exception is org.springframework.beans.factory.BeanCreationException: Error
> creating bean with name 'sessionFactory': Cannot resolve reference to bean
> 'hibernateProperties' while setting bean property 'hibernateProperties';
> nested exception is org.springframework.beans.factory.BeanCreationException:
> Error creating bean with name 'hibernateProperties': Cannot resolve
> reference to bean 'dialectDetector' while setting bean property 'properties'
> with key [hibernate.dialect]; nested exception is
> org.springframework.beans.factory.BeanCreationException: Error creating bean
> with name 'dialectDetector': Invocation of init method failed; nested
> exception is org.springframework.jdbc.support.MetaDataAccessException

Where did you put the JAR containing your JDBC driver? It should be in
the lib directory and nowhere else.

Mark


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to