Such a URL doesn't make much sense:
reference:file:
http://localhost/SIPCommJWS/sc-bundles/argdelegation.jarYou cannot have an HTTP reference to a file. You need to use either:
reference:file:/path/to/bundle
Or:
http://url/to/bundleYou cannot combine them.
It looks like you have a really old config file...the references to
Oscar tipped me off. ;-)
Which version of Felix are you using? If 1.8.0, then you are also using
some invalid properties:
* org.osgi.framework.startlevel should be
org.osgi.framework.startlevel.beginning
* oscar.embedded.execution is no longer needed.
Check out the usage docs for Felix to see the available properties.
-> richard
On 6/22/09 4:28 AM, Pedro Moreno wrote: