Is there a way to instantiate a single bean instance in the spring config file such that the bean is an array of strings that can be referenced in multiple other ...
I've to set an environment map (to set JMX connector credentials) as a bean property. This map must include a String[2] entry. Is they're a Spring way to setup a String[] ...