I\'m trying to create an array of objects in a Spring context file so I can inject it to a constructor that\'s declared like this:
public RandomGeocodingServ
I'm actually using tag to inject an array of objects into a bean and it works.
Take a look at the following code...