Hello As you know tuscany distribution is made up of 185 bundles approximately. I am doing some tests because I want to install tuscany distribution as a single application. You can imagine you have an equinox framework running with some bundles. I want to install tuscany distribution from a remote repository. Do you know OBR repositories? They are repositories used for keeping bundles. Then, they can be installed in the running framework. Felix has an implementation of a OBR repository http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html.
So if you want to install one bundle from this repository, this will install your bundle and all its dependencies. So you could have a main bundle and when this was installed its dependencies will be installed too. This simplifies installation tasks. Do you know if exists this main bundle in Tuscany distribution?? So if I tried install this bundle from repository , all tuscany bundles will be detected as dependencies and they will be installed too automatically (185 bundles approximately) I did some tests with some tuscany bundles but I only achieve to install 20 bundles automatically. Thank you very much
