Re: Using OSGi Mocks with OSGi DS annotations

2016-12-20 Thread Robert Munteanu
Hi Roy, On Tue, 2016-12-20 at 23:03 +0100, Roy Teeuwen wrote: > Hey all, > > I am trying to use the osgi mocks in the following setup: > @Component > @Designate(ocd = ServiceImpl.Config.class) > public class ServiceImpl implements Service { > > @ObjectClassDefinition > @interface Config

Using OSGi Mocks with OSGi DS annotations

2016-12-20 Thread Roy Teeuwen
Hey all, I am trying to use the osgi mocks in the following setup: @Component @Designate(ocd = ServiceImpl.Config.class) public class ServiceImpl implements Service { @ObjectClassDefinition @interface Config { String property() default "value"; } private Config