| Author |
Error: Error creating bean with name 'dataSource'
|
Chris Boldon
Ranch Hand
Joined: Aug 10, 2006
Posts: 190
|
|
Hoping someone here can help me out. I havent used Spring with Hibernate in awhile and I decided to copy and paste some code. I'm having the following error:
javax.servlet.ServletException: Error creating bean with name 'localFactory' defined in class path resource [applicationContext.xml]: Cannot resolve reference to bean 'dataSource' while setting bean property 'dataSource'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in class path resource [applicationContext.xml]: Error setting property values; nested exception is PropertyAccessExceptionsException (1 errors) org.apache.struts.action.RequestProcessor.processException(RequestProcessor.java:523) org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421) org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:224) org.apache.struts.action.ActionServlet.process(ActionServlet.java:1194) org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:432) javax.servlet.http.HttpServlet.service(HttpServlet.java:709) javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
This is my applicationContext.xml:
|
 |
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
|
|
|
This is a Spring configuration issue, not a Hibernate question. I'll move it to a more appropriate forum.
|
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
|
 |
 |
|
|
subject: Error: Error creating bean with name 'dataSource'
|
|
|