| Author |
Spring:xception in thread "main" org.springframework.beans.factory.BeanCreationException
|
Kaustubh G Sharma
Ranch Hand
Joined: May 13, 2010
Posts: 1160
|
|
Getting below exception while running mentioned spring test code : please help
Exception
TestClass.java
Employee.java
BeanEx.xml
Address.java
|
No Kaustubh No Fun, Know Kaustubh Know Fun..
|
 |
Bill Gorder
Bartender
Joined: Mar 07, 2010
Posts: 1282
|
|
That does not match any of the constructors you have defined for you employee object.
You need to either provide no arguments, an Address bean, or a String, int, Address
|
[How To Ask Questions][Read before you PM me]
|
 |
 |
|
|
subject: Spring:xception in thread "main" org.springframework.beans.factory.BeanCreationException
|
|
|