That would be a nice addition. Preferable syntax: osgi://<bundle>:<version>/<resource>
I think the way to go is to initialize the LocalClientHelper with a static BundleContext reference in the Engine reqistration. Something like BundleResourceHelper.CONTEXT=bundleContext; And then use the bundleContext to resolve the resource from the specific bundle. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2933188

