Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Issue with Felix SCR and Dependency manager Annotations jars with Eclipse Equinox R4_19

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.png
So requesting you guys please help me on this issue.

Thanks,
---------------------
Kuldeep Singh Budania



On Thu, Dec 9, 2021 at 3:45 PM Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:


On Thu, Dec 9, 2021 at 12:02 PM Kuldeep Singh Budania <kuldeep.singh08@xxxxxxxxx> 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 org.eclipse.equinox.ds(1.4.400) as a bundle earlier which was using org.apache.felix internally.
Since org.eclipse.equinox.ds dependency has been removed from R4_19_maintenance,
I have added dependency of org.apache.felix.scr(2.1.24) but the issue is org.apache.felix.scr.annotation services are not getting activated.  (Activate method is not being called)
Also,  the same is happening with  org.apache.felix.scr.dependencymanager.annotations (3.2.0) and the services are not getting started (Start method is not being called)

Can you please help me in knowing if it is the version of org.apache.felix.scr.annotation that is causing the issue, if yes, which version it supports or what could be the possible issues that might be causing this.
I appreciate your quick response and thanks in advance.

See https://git.eclipse.org/c/equinox/rt.equinox.p2.git/commit/?id=09d81ece3fae68ac93ddb730854e54c97cbb8646 . Make sure that you have org.apache.felix.scr auto started like in this commit.
 

Thanks,
---------------------
Kuldeep Singh Budania

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev


--
Aleksandar Kurtakov
Red Hat Eclipse Team
_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/equinox-dev

Back to the top