I have a problem in "integrating JSF,Spring,Hibernate".I have chosen :
JSF for presentation layer
Spring for business layer
Hibernate as ORM
It's my first project in this context.I have written the code of 3 layers but there is an error in compiling:
"org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [Configuration.xml]; nested exception is java.io.FileNotFoundException: Could not open class path resource [Configuration.xml]"