Op vrijdag 20 januari 2006 05:14, schreef Deepal Jayasinghe:
> Hi Bram;
>
> well the right way of doing is take service class loader and load the
> resurces.
>
> You can package your aar file putting your resources , and say that when a
> requst come you want to acess your resources from service impl class then
> the right way is as follows;
>
> InputStream in =
> getClass().getClassLoader().getResourceAsStream("myResource.resourec");
>
> I tested it and it work from me . pls do a try and if you have some problem
> , let us know

Thanks for this info. It worked.

Bram

<snip>

Reply via email to