Hi Patrick

What is going on here is that the consumer module is not loading the
provider composite. I can make this work by doing the following...

1 - Make the provider composite available to the consumer runtime
         copy the Provider.composite to consumer/src/main/resource
2 - Make the ProviderComposite deployable
         add the ProviderComposite to the consumer sca-contributions.xmlfile

Now I kind of expected to have to do 2 so that the runtime knows that the
composite exists and should be deployed.

However I don't know how to get round 1. I would like to be able to specify
a jar to load alongside the  consumer composite that is loaded. However I
took a look at the code and there seems to be more work to do in making the
runtime and contribution service flexible in this way. All help is
gratefully received if you feel like getting your hands dirty ;-)

Regards

Simon

Reply via email to