Console - log4j
ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean...
Type: Posts; User: h4x0r; Keyword(s):
Console - log4j
ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean...
Continued from post #1
rest-context.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
I've searched a lot about this exception, and although posts with the similar title exists this is a different scenario.
I've two projects in my eclipse 1) One JPA project 2) One Web project which...