Hi all, I don't want to bother you guys with more Tuscany-OSGi related questions as I know all of this is in development, but please allow me one more :-)
In the meantime I managed to get a SCADomain started in my Equinox runtime and load my Contribution. I don't use all Tuscany bundles but only selected ones (mostly because some 3rd party bundles are already available). I have 3 components, each using implementation.osgi and providing a Service interface. Component A has references to Components B and C. The underlying DeclarativeServices are all started. I also think that the SCA Services are all started (I only get a log message about this on level FINE) and I get no warnings or exceptions. The problem is, that the references to B and C are not initialized in A. The setters are never called. It seems that the SCA Services are not found. I debugged a lot and could not find anything unusual. Everything seems to be setup correctly. Does anyone of you have any idea what could be wrong ? Or what classes to debug more thoroughly? As I don't get warnings or exceptions I guess that something is missing which does not directly lead to an Exception, like some internal list that should contain elements but doesn't. Thanks for your help! Bye, Daniel
