Hi Atle, Not that I'm aware of but you could always add a simple proxy of sorts by creating a ServiceTracker that tracks HttpService and then registers as a service listener. You'd need to define an interface that will expose the necessary fields (alias, servlet, etc.). When you're service listener gets called by the framework you can then register the servlet with the HttpService.
hth, ken On Fri, Dec 3, 2010 at 6:45 AM, Atle Osmoen-Prange <[email protected]>wrote: > Hi, > > Regarding the httpService implementation; is there a way to register > resources through the whiteboard pattern ? > > Thank you > > Atle >

