Hello All,
I am having a problem with factory-method -
I have a bean definition (say X.class) which has a factory-method definition pointing to createInstance which is a static method my class X which takes 4 parameters which I am initializing through the <constructor-arg/> definitions.
At runtime, my webapplication doesn't start saying it cannot find any matching factory methods - factory-method createInstance.
Any reason for this behaviour?
I am stuck with this problem, any help would be of great help.
Thanks & Regards
Surya


Reply With Quote
