Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Amila Suriarachchi
On Wed, Jan 23, 2013 at 11:35 AM, Anjana Fernando wrote: > > Registry in the core. But we are going to keep bare minmal things in the >> kernel. For an example we going to remove all UM implementations but keep >> the API and a simple file based implementation. >> >> OTOH I think this registry ba

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Anjana Fernando
> Registry in the core. But we are going to keep bare minmal things in the > kernel. For an example we going to remove all UM implementations but keep > the API and a simple file based implementation. > > OTOH I think this registry based one can not be used without UI (unless > some one creates a d

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Amila Suriarachchi
On Wed, Jan 23, 2013 at 11:10 AM, Anjana Fernando wrote: > Hi Amila, > > On Tue, Jan 22, 2013 at 9:32 PM, Amila Suriarachchi wrote: > >> >> >> On Tue, Jan 22, 2013 at 10:58 PM, Anjana Fernando wrote: >> >>> Hi guys, >>> >>> Sure, this can be put as a separated component. As Pradeep said, >>> inte

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Anjana Fernando
Hi Amila, On Tue, Jan 22, 2013 at 9:32 PM, Amila Suriarachchi wrote: > > > On Tue, Jan 22, 2013 at 10:58 PM, Anjana Fernando wrote: > >> Hi guys, >> >> Sure, this can be put as a separated component. As Pradeep said, >> internally in the Kernel, we just use JNDI lookups to get the data sources

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Amila Suriarachchi
On Tue, Jan 22, 2013 at 10:58 PM, Anjana Fernando wrote: > Hi guys, > > Sure, this can be put as a separated component. As Pradeep said, > internally in the Kernel, we just use JNDI lookups to get the data sources > (for Registry/UM), so we are not directly dependent on it, i.e. someone > could u

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Anjana Fernando
Hi guys, Sure, this can be put as a separated component. As Pradeep said, internally in the Kernel, we just use JNDI lookups to get the data sources (for Registry/UM), so we are not directly dependent on it, i.e. someone could use the Carbon Kernel and another mechanism to register the JNDI data s

Re: [Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Amila Suriarachchi
On Tue, Jan 22, 2013 at 5:16 PM, Pradeep Fernando wrote: > Hi Anjana, > > I went through the ndatasource code. There we get > ConfigurationContextSerice/ServerConfiguration/etc. While searching for > their usages found out that we use those references to get clustering > agents/registering AxisCo

[Dev] making ndatasource comopnent, independent of carbon kernel

2013-01-22 Thread Pradeep Fernando
Hi Anjana, I went through the ndatasource code. There we get ConfigurationContextSerice/ServerConfiguration/etc. While searching for their usages found out that we use those references to get clustering agents/registering AxisContextObservers/etc. How hard it is to decouple ndatasource implementa