Using 2.5
If I have an existing bean having constructors Bean(A), Bean(A, B), Bean (A, B, C), Bean (A, D) and A, B, C and D are all present in the context, which constructor will be used for wiring?
When I tried this out, I didn't get any exceptions. Should there be any or Spring would randomly pick one of the constructors...


Reply With Quote
