Solved
service null with immediate=true?
Hi,
I have an osgi bundle with a reference of a interface: @Reference private MyServiceInterface myserviceInterface; The bundle is built correctly and i can see the service under both system/console/services and system/console/configMgr. The MyServiceImplementation (the class that implements the interface MyServiceInterface) has the property immediate=true and his activator method runs with the build of the bundle but the variable myserviceInterface that i want to access in another class is null Have you any idea?
Thanks