Cannot install ShellGUIPlugin with OBR --------------------------------------
Key: FELIX-703 URL: https://issues.apache.org/jira/browse/FELIX-703 Project: Felix Issue Type: Bug Components: Shell Affects Versions: felix-1.0.4 Reporter: Guillaume Sauthier The pom.xml of the shell.gui.plugin project has incorrect Import-Service definition: http://svn.apache.org/viewvc/felix/trunk/shell.gui.plugin/pom.xml?view=markup If you look closely, you will see that it expects an org.apache.felix.bundlerepository.RepostioryAdmin service to be available. First, there is a typo RepostioryAdmin should be RepositoryAdmin And then, the package is all wrong :) the OBR service interface is org.osgi.service.obr.RepositoryAdmin -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.