Hi Jevans, Your problem is caused by OSGi classloading. Require-Bundle guarantees that requested package will be loaded from specified bundle, not from the others as in Import-Package case.
As far as it doesn't helps, not sure what is exactly the reason of the problem. Please try 3 things suggested by Dan - let see what exactly will help. Regards, Andrei. -----Original Message----- From: jevans12 [mailto:[email protected]] Sent: 09 May 2012 15:23 To: [email protected] Subject: RE: Dispatch API use in OSGI (ProviderImpl not Found) Andrei, I have tried the <Require-Bundle> as suggested from other postings with out success. Do you have an understanding of what is being 'worked around' that the Require-Bundle would fix? -- View this message in context: http://cxf.547215.n5.nabble.com/Dispatch-API-use-in-OSGI-ProviderImpl-not-Found-tp5695942p5697362.html Sent from the cxf-user mailing list archive at Nabble.com.
