santillan wrote:
Well, that happened to me, and it was because my classpath was using the
AdminPermission class included in the osgi.core instead of the one tailored
for Felix (and thus including the vendor property). However, that only
happened when I run directly from sources, not when I run from the "mvn
install"'ed felix.jar. Do you perchance have some osgi.core in the runtime
classpath?
Yes I had osgi.core in my classpath due to project dependencies of the
project org.apache.felix.main to org.osgi.core so to get it working
had to:
- go to run configuration
- go to classpath
- ensure that felix.jar is there( if you followed the instruction of
Clement should be here) otherwise add it
- move it up so that felix.jar become the first line under User Entries
Now is working back ^_^