Hi,I have a Spring configuration containing a lot of beans with a lot of dependencies. I'd like to have this configuration at a global level for ServiceMix (loaded at ServiceMix startup), so I can use it in several SU.
The global configuration is loaded, but I'm not able to use it (I need a single bean) within the SU. I dont want to put the Spring configuration in all SUs, my objects need to be instantiated only once.
Any suggestion ? Gianfranco
