Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] trouble creating proxy, when my service interface is in a distinct bundle

Scott,

> Usually, this error is because the bundle that contains the interface (i.e.
> org.inqle.qa.common.services.IHello class) is not exporting the
> org.inqle.qa.common.services package.

Yes I thought of that.  My MANIFEST.MF is in fact exporting the
package in question:
Export-Package: org.inqle.qa.common.services

Any other ideas come to mind?  Many thanks,
David Donohue


Back to the top