Dear Sirs et Madames,
am new to Spring unfortunately and have just added a bean locationVO to my application context. However, When deployed and I start up Tomcat 6, I get an exception:
My applicationContext.xml looks like so (relevant beans only):
LocationVO looks thus:
Please help... What does the error message mean? google did not seem to be helpful ...
Thanks in advance
You are what you know
Suhas Bilaye
Ranch Hand
Joined: Sep 10, 2009
Posts: 80
posted
0
Hi,
In "locationVO" you have properties as follows:
while in the config - file you have configured locationVO bean as follows:
I don't see any property with the name of locationCrudImpl which you are referring to.
Thanks and Regards,
Suhas
http://www.xplore-java.blogspot.com/
Phoenix Kilimba
Ranch Hand
Joined: Oct 10, 2006
Posts: 64
posted
0
Sorry the clas LocationVO DOES have that property, I was just a little careless when copy and pasting... its like so:
Hi David,
Well am a bit new to Spring, and it is not my code, its code I have inherited, where would I check if the code IS using autowire by name? and What are the implications if it is?