No, there's no way to do what you want directly. I would suggest registering your objects in JNDI and access them using spring jndi support from the SUs.
On Wed, Sep 17, 2008 at 11:13 AM, Gianfranco Boccalon <[EMAIL PROTECTED]> wrote: > 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 > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/
