Re: [equinox-dev] Equinox Declarative Services : Context Class Loader

2009-04-02 Thread Thomas Watson
Subject:Re: [equinox-dev] Equinox Declarative Services : Context Class Loader

[equinox-dev] Equinox Declarative Services : Context Class Loader

2009-03-31 Thread Sameera Jayasoma
Hi all I am using Equinox Declarative Services implementation. When my component gets activated, the “activate” method is invoked on the component implementation class and that is expected behavior. But the context class loader of the thread which invoke the “activate” method is null. I am having

Re: [equinox-dev] Equinox Declarative Services : Context Class Loader

2009-03-31 Thread Sameera Jayasoma
Hi Neil, Thanks for the quick reply. See my comments below. On Tue, Mar 31, 2009 at 4:49 PM, Neil Bartlett njbartl...@gmail.com wrote: The question is, what did you expect instead of null? When services or callbacks are invoked this context class loader is not null. It is the same in all

Re: [equinox-dev] Equinox Declarative Services : Context Class Loader

2009-03-31 Thread Stoyan Boshev
You should get the latest Equinox 3.5 bundles. The latest stable release is Equinox 3.5M6. I am afraid you will not be able to update only the two bundles because their requirements have changed and they will not run on Equinox 3.4. The best case would be to switch to Equinox 3.5 if possible.