Hello,

I try to deploy a bundle using the OBR API by using the deploy() method.
When something is wrong with the dependencies the resolve() method returns false, so I try to know what is the problem with getUnsatisfiedRequirements() as I can see it in the sample here : http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html

But the toString() method is not overwritten in the Requirement class :( How to know what is the problem ?

Another question is about the deploy() method, it seems that in the RFC112, there is no parameter for this method. In the Felix implementation there is a boolean. Is there any new spec or is this specific to Felix ? So, if I use this API, later, will I be able to use another implementation ?

Thanks,

Stéphane

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to