Tagged Questions
2
votes
3answers
2k views
How to obtain OSGi service references from a Servlet that is registered in OSGi HttpService?
It seems natural that a HttpServlet running in OSGi environment (i.e. registered in OSGi HttpService) would want to call some OSGi services to accomplish it's tasks. The question is how to obtain ...
0
votes
2answers
158 views
OSGi Declarative Service - obtain ServiceReference in bind method
I'm using Eclipse 3.7 with Eclipse Gemini JPA / DBAccess. I implemented a declarative ServiceComponent which references EntityManagerBuilderFactory. The bind method looks like this:
public void ...