Hi,
I'm start to experiment the org.apache.felix.bundlerepository bundle to
handle R5 xml repositories inside both felix and equinox.
at Equinox I'm getting the following error:
Caused by: java.lang.ClassNotFoundException:
org.apache.felix.utils.log.Logger cannot be found by osgi.identity;
osgi.identity="org.apache.felix.bundlerepository";
type="osgi.bundle"; version:Version="1.7.0.SNAPSHOT"
Looking the source manifest I couldn't find an import to
org.apache.felix.utils.log package even it is being used.
tried to import the org.apache.felix.utils source project into eclipse
workspace but seems that it is not even a bundle...
how could I deal with this missing package?
thanks,
Cristiano