Re: Reference to SlingRepository

2008-01-17 Thread Carsten Ziegeler
Hi, Alexander Saar wrote: Hi all, not sure if this is the right place to ask as this is somehow OSGi related, but I'm currently working on a service that integrates via SCR and tries which has a reference to the SlingRepository service. I used the following code: /** * @scr.reference

Re: Reference to SlingRepository

2008-01-17 Thread Alexander Saar
currently working on a service that integrates via SCR and tries which has a reference to the SlingRepository service. I used the following code: /** * @scr.reference */ private SlingRepository repository; protected void bindRepository(SlingRepository repository) { this.repository = repository