I am deploying an application (spring-hibernate) in tomcat6, but it gives an error -
ERROR org.springframework.web.context.ContextLoader - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Failed to load bean class: com.myPackage.myProject.calendar.bpo.BusinessDirectoryBPOImpl; nested exception is java.io.FileNotFoundException: class path resource [com / myPackage / framework / bpo / BaseBPOImpl.class] cannot be opened because it does not exist
at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions (ConfigurationClassPostProcessor.java:180)
......
all jar files are already in \ WEB-INF \ lib * .jar.
I am missing any class file or any jar file.
how to solve this error.
Thanks
Yugal
source share