Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] List of update sites

2011/3/25 DJ Houghton <DJ_Houghton@xxxxxxxxxx>

2). In older versions of Eclipse you can get the service through the bundle context and not go through the agent. Like you said, the agent was a concept introduced in 3.6.

Could you please provide a snippet? The following returns null:
context.getServiceReference(IMetadataRepositoryManager.class.getName());

What service should I look for?

Thanks,
Andrey

Back to the top