Re: [Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-20 Thread Shani Ranasinghe
Thanks KasunG & Kishanthan for the inputs. On Mon, Oct 19, 2015 at 10:49 AM, Kishanthan Thangarajah < kishant...@wso2.com> wrote: > > > On Fri, Oct 16, 2015 at 4:31 PM, Shani Ranasinghe wrote: > >> >> Hi, >> >> In APIM current code (1.10), we have removed the > >* from all packages at the moment

Re: [Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-18 Thread Kishanthan Thangarajah
On Fri, Oct 16, 2015 at 4:31 PM, Shani Ranasinghe wrote: > > Hi, > > In APIM current code (1.10), we have removed the >* from all packages at the moment. > > We faced an issue now, where an extension point would not work with this > change. i.e. if we put a external jar into the > /repository/co

Re: [Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-18 Thread Shani Ranasinghe
Hi, On Sun, Oct 18, 2015 at 2:25 PM, KasunG Gajasinghe wrote: > > > On Fri, Oct 16, 2015 at 4:31 PM, Shani Ranasinghe wrote: > >> >> Hi, >> >> In APIM current code (1.10), we have removed the > >* from all packages at the moment. >> >> We faced an issue now, where an extension point would not

Re: [Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-18 Thread KasunG Gajasinghe
On Fri, Oct 16, 2015 at 4:31 PM, Shani Ranasinghe wrote: > > Hi, > > In APIM current code (1.10), we have removed the >* from all packages at the moment. > > We faced an issue now, where an extension point would not work with this > change. i.e. if we put a external jar into the > /repository/co

[Dev] [APIM] [OSGI] Removal of dynamic imports causes CNF on extention points

2015-10-16 Thread Shani Ranasinghe
Hi, In APIM current code (1.10), we have removed the * from all packages at the moment. We faced an issue now, where an extension point would not work with this change. i.e. if we put a external jar into the /repository/components/lib folder, that class will not be picked up by the component OSGI