Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Mark Hoffmann
Hi, you should try to annotate you SCR Components using the OSGi annotations: - org.osgi.service.component.annotations.Component - org.osgi.service.component.annotations.Activate - org.osgi.service.component.annotations.Deactivate and so on. But remember that these annotations are build

Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Jürgen Albert
Hi, It seems that you are mixing a few incompatible things here. The setup of org.apache.felix.src seems to be correct, even if I don't know why it needs to be set to autostart, as it would do so by itself. In you initial Message you state that

Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Kuldeep Singh Budania
Hi, Thanks for the quick response, but my configuration is correct as per commit and it is auto start = true, Please find the below screenshot and I am completely stuck at this point. [image: image.png] So requesting you guys please help me on this issue. Thanks, - Kuldeep

Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Aleksandar Kurtakov
On Thu, Dec 9, 2021 at 12:02 PM Kuldeep Singh Budania < kuldeep.sing...@gmail.com> wrote: > Hi All, > > I am working on an OSGI project where I am upgrading jetty and OSGI > versions from R-4.9 to R4_19_maintenance and Jetty version is getting > upgraded from 9.4.11 to 9.4.44 > > I was using

[equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

2021-12-09 Thread Kuldeep Singh Budania
Hi All, I am working on an OSGI project where I am upgrading jetty and OSGI versions from R-4.9 to R4_19_maintenance and Jetty version is getting upgraded from 9.4.11 to 9.4.44 I was using org.eclipse.equinox.ds(1.4.400) as a bundle earlier which was using org.apache.felix internally. Since