Hi All,
I am using spring in my application , When i am loading the springApplicationContext to get the beans i am getting the errors
Caused by: org.springframework.beans.InvalidPropertyException: Invalid property "abc"
Even though there is a property abc
and the setter for that property in the bean.
This is a weird error i know , but i can't figure out where is the problem.
Any pointers will be helpful.
Thanks! Pratik