I was always wondering: When I install a jar in OSGi, for example with "install file:///xyz" or with "install http://xyz.org/my.jar" - does OSGi only store a reference? Or does it copy the file to some sort of local repository?
I am especially interested what happens for remote resources (like "install http://...").
cheers, T.