Re: DependencyManager and bundle-private components

2015-05-22 Thread Simon Kitching
Thanks Pierre and Neil for your replies! To avoid splitting this thread, I'll also reply to Neil's email here. I agree with Neil completely about the Blueprint lifecycle (ugly). I much prefer the DS lifecycle management - but miss the ability in DS or DM to manage bundle-private objects. I fin

Servlet whiteboard registration vs. direct registration - Filter not working

2015-05-22 Thread Thomas Driessen
Hi again, I have two Servlets and one Filter. The first servlet is registrated via whiteboard like this: @Component(properties={ @Property(name="osgi.http.whiteboard.servlet.name", value="MyServlet"), @Property(name="osgi.http.whiteboard.servlet.pattern", value="/testone")}) public class MyWhiteb