I found:
Code:
[2010-04-07 14:20:01.575] async-delivery-thread-1 org.springframework.web.context.ContextLoader.unknown E Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'applicationUserMgr' defined in ServletContext resource [/WEB-INF/applicationContext-service.xml]: Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager'; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.orm.hibernate.HibernateTransactionManager] for bean with name 'transactionManager' defined in ServletContext resource [/WEB-INF/applicationContext-persistence-hibernate.xml]; nested exception is java.lang.ClassNotFoundException.....
and
Code:
2010-04-07 14:20:01.825] async-delivery-thread-1 e.[springsource.server.catalina].[localhost].[/LibTEMgt].unknown I Marking servlet action as unavailable
[2010-04-07 14:20:01.825] async-delivery-thread-1 e.[springsource.server.catalina].[localhost].[/LibTEMgt].unknown E Servlet /LibTEMgt threw load() exception
javax.servlet.UnavailableException
at org.apache.struts.action.ActionServlet.initModulePlugIns(ActionServlet.java:880).....
First one says that it is not able to find class for particular bean but I am not able to figure out second one.
Could you put your pointer on this?
Thanks in advance,
Gohil