Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] After addingorg.eclipse.osgi.services_3.7.100.v20180827-1536.Jar in bundle all my DM annotation stopped working

Thanks, Set the level to 1, but No luck.

On Tue, Mar 12, 2019 at 12:23 PM Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:


On Tue, Mar 12, 2019 at 8:51 AM Abhijeet Banerjee <abhijeet.feb@xxxxxxxxx> wrote:
Thanks, Aleksandar
Felix SCR is in the ACTIVE state, and its included in bundles.
Is there any other way, that needs to be taken care of?
When you are saying scr should be started, how to check its started or not (by any cmd) or is there any way around to start SCR completely 
Set felix.scr start level to 1. It has to be started early.

On Tue, Mar 12, 2019 at 12:17 PM Aleksandar Kurtakov <akurtako@xxxxxxxxxx> wrote:
Please make sure felix.scr bundle is started too.

On Tue, Mar 12, 2019 at 8:25 AM Abhijeet Banerjee <abhijeet.feb@xxxxxxxxx> wrote:
 Greetings,
Currently, I am in the process of upgrading "org.eclipse.osgi.services_3.7.100.v20180827-1536.jar"

 1. After upgrade during Bundle Validation its prompt me for 2 Dependent Jar Requirement.
                a. org.eclipse.equinox.ds: So I upgraded my current DS jar with supported "org.eclipse.equinox.ds_1.5.200.v20180827-1235.jar"
                b. org.eclipse.osgi.util:  So I upgraded my current util jar  with supported  "org.eclipse.osgi.util_3.5.100.v20180827-1536.jar"
 2. After upgrade of above Step1 Bundle Validation again prompt for "org.apache.felix.scr" missing Jar from latest "equinox.ds_1.5.200"
 NOTE:  Currently my project doesn't contain this ("org.apache.felix.scr") jar, So I bundled org.apache.felix.scr_2.0.14.v20180822-1822.jar

3. Once all the 3 above mentioned 3PP Jars Integrated, Bundle Validation stops complaining no more error,
But when I am trying to run my project its stop hitting "updated" method of @FactoryConfigurationAdapterService and  @ServiceDependency  from  org.apache.felix.dependencymanager.annotation-3.2.0".


 Any pointer will be highly appreciated.



_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev


--
Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev


--
Thanks\
Abhijeet Banerjee
+919910512611





_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev


--
Alexander Kurtakov
Red Hat Eclipse Team
_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev


--
Thanks\
Abhijeet Banerjee
+919910512611






Back to the top