Hi,

Fabien Barbero schrieb:
> I used "Export-Package", but it doesn't works.
> I see my resources in my bundle, but I can't load them :-(

Have you correctly created Export-Package _and_ Import-Package headers ?

For example, if your property is in the sample/resources folder, you should

   Export-Package: sample.resources

in your providing bundle and

   Import-Package: sample.resources

in your using bundle.

Regards
Felix

> 
> 
> 
> 2009/1/12 Abdel Olakara <[email protected]>
> 
>> Hi Fabien,
>>  Wouldn't it be enough that you use Export-Package in the manifest file to
>> export the resource?
>> Please correct me if I am wrong.
>>
>>
>> On Mon, Jan 12, 2009 at 9:03 PM, Fabien Barbero <[email protected]
>>> 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
>>>
>>
>>
>> Thanks and Regards,
>> -- Abdel Raoof Olakara
>> [email protected]
>> http://technopaper.blogspot.com
>>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to