Your resources also need to be in a package/directory
If they are at the root of your bundle (default package), it will not
work because default package is never exported.
--Guillaume
Richard S. Hall a écrit :
Exporting and importing resources are no different than with classes,
simply export and/or import the package containing the resources. If
you are exporting resources from the system class path, then you will
want to add the resource package to the
org.osgi.framework.system.packages.extra property (assuming you are
using Felix 1.4.x).
-> richard
Fabien Barbero wrote:
Hi,
For my application I need to export some resources from my Felix Bundle.
In fact, I need to load some resources, from my bundle, to a
"manager" which
is located to the SystemClassLoader.
Is there a way to do this ?
Fabien
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]