Information : Loading XML Bean Definitions from class path resource [Beans-annotation.xml]
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [Beans-annotation.xml]; Nested exception is Java.lang.noclassdeffounderror:org/springframework/aop/targetsource
???? At Org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions ( xmlbeandefinitionreader.java:414)
???? At Org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions ( xmlbeandefinitionreader.java:336)
???? At Org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions ( xmlbeandefinitionreader.java:304)
?
?
This error is due to the lack of a jar package, where Spring-aop-4.0.4.release.jar is missing
Learn SPRING4 Console Error Collection