Re: OsgiServiceUtil and R6 annotations

2017-06-22 Thread Tobias Bocanegra
Hi Antonio, I just saw something similar today, where someone needed to instruct the bundle plugin to process the annotations early in order to get the tests run: org.apache.felix maven-bundle-plugin true scr-metadata manifest true regards, toby On 22 June

Re: OsgiServiceUtil and R6 annotations

2017-06-22 Thread Robert Munteanu
Hi Antonio, On Thu, 2017-06-22 at 07:12 +, Antonio Sanso wrote: > anyone :S ? > > On Jun 21, 2017, at 9:12 AM, Antonio Sanso > wrote: > > > hi, > > > > I was investigating the test failure related to [0] and I thing I > > found an issue/limitation with

Re: OsgiServiceUtil and R6 annotations

2017-06-22 Thread Antonio Sanso
anyone :S ? On Jun 21, 2017, at 9:12 AM, Antonio Sanso wrote: > hi, > > I was investigating the test failure related to [0] and I thing I found an > issue/limitation with OsgiServiceUtil. > Indeed the activateDeactivate method doesn’t need to be able cope with the >

OsgiServiceUtil and R6 annotations

2017-06-21 Thread Antonio Sanso
hi, I was investigating the test failure related to [0] and I thing I found an issue/limitation with OsgiServiceUtil. Indeed the activateDeactivate method doesn’t need to be able cope with the new R6 annotations. Fairly enough for case like ActivateDeactivate (aka [0]) being the Config