Hola a todos,
Tengo una aplicación que usa el Spring framework y estoy intentando instanciar una clase desde un controlador, pero al instanciarla, en compilación tengo este error:
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'helloService' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationExcepti on: Could not instantiate bean class [Services.HelloService]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError:
como puedo arreglar esto? que me hace falta?. Gracias