On Tue, May 10, 2011 at 6:26 PM, <[email protected]> wrote: > > > Danielle, > > > > What you are trying to do is best accomplished by using services. In my > application, we have a database connection and JMS connections that are used > by multiple bundles.
does the connections provided by that bundle always points to the same database/jms broker or is able to return a custom connection, that's built with the connection properties that the client bundle knows?

