I am using the PAX URL to run a Felix based project from Eclipse. I use the build protocol to avoid pre-packaging packages.
In a project, felix starts using felix.jar and config.properties, which includes felix.auto.start.1 = assembly: foo / bar / classes to run one of my unpacked packages.
The problem is that felix does not know about pax-url protocols until it finishes reading this configuration file, so I get the message "Unknown protocol: assembly".
What am I doing wrong? Can anyone else tell Felix to load pax-url at boot time?
Thank!
The same problem is solved by this issue . The way it is given gives you another way to find a solution, so I will not mark this question as a duplicate. Thanks Bjorn for the tip!
source
share