Tagged Questions

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 ...