Código:
BeanFactory beanFactory = new XmlBeanFactory(new ClassPathResource( "applicationContext-servlet.xml",getClass()));
Código:
BeanFactory beanFactory = new XmlBeanFactory(new ClassPathResource( "applicationContext-servlet.xml"));
Código:
BeanFactory beanfactory = new XmlBeanFactory(new ClassPathResource("WEB-INF/applicationContext-servlet.xml"))
Código:
alguien tiene una idea?.BeanFactory beanfactory = new XmlBeanFactory(new ClassPathResource("applicationContext-servlet.xml"))
Saludos.