[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.equinox] Re: Providing interface as bundle with implementations as bundle

It was a class loader problem I think. The problem was solved by import the packages of the service finding bundle in the service finding bundle itself. I read this was a change from osgi rev 3 to rev 4. In 3 the import was implicit done, but no more in rev 4.