"Steven E. Harris" <[EMAIL PROTECTED]> writes: > I can't just make the org.apache.felix.moduleloader.ICapability > extend the org.osgi.service.obr.Capability interface
Similarly, org.apache.felix.moduleloader.IRequirement has a method String getNamespace(); that is not part of org.osgi.service.obr.Requirement, but Requirement has two methods not part of IRequirement: String getName(); boolean isExtend(); -- Steven E. Harris