You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Terry Cox <te...@meta-concepts.com> on 2006/07/13 16:10:24 UTC

Scope of Spring Beans

I have been trying to configure a set of common features within a 
container and then refer to those features from within service units. 
For example, setting up a single pool of JMS connections as a spring 
bean within the root servicemix.xml for the container and then utilising 
the pool from within my service units as needed.

Unfortunately, it seems that I can't refer to a bean defined outside the 
scope of a service unit. Is this correct?

Terry