error while executing in net beans 6.5,
September 29, 2009 at 2:25 PM
run:
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [E:/JavaWorkings/BeanInjectionSample/context.xml]; nested exception is java.io.FileNotFoundException: class path resource [E:/JavaWorkings/BeanInjectionSample/context.xml] cannot be opened because it does not exist java.io.FileNotFoundException: class path resource [E:/JavaWorkings/BeanInjectionSample/context.xml] cannot be opened because it does not exist at org.springframework.core.io.ClassPathResource.getInputStream(ClassPathResource.java:137) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:167) at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:148) at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:73) at org.springframework.beans.factory.xml.XmlBeanFactory.<init>(XmlBeanFactory.java:61) at beaninjectionsample.Main.main(Main.java:29) BUILD SUCCESSFUL (total time: 0 seconds)