Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-24 Thread Shariq
Hi Isuru, Thank you for your feedback. Based on the overall feedback and suggestion on the component I have done some improvements, which I hope also address your suggestions. Please find my comment inline. On Mon, Oct 18, 2010 at 5:41 PM, Isuru Suriarachchi wrote: > Hi Shariq, > > I have some

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-18 Thread Isuru Suriarachchi
Hi Shariq, I have some feedbacks on the Axis2 repo manager component. Please fix the following items.. [1] Currently you've used a sub menu item called "Repository" under "Mange". I think it should be "Repositories". [2] When I click on the "Help" link in the Axis2 Repo Manager page, it shows me

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-01 Thread Shariq
On Fri, Oct 1, 2010 at 12:44 PM, Srinath Perera wrote: > Hi Shariq, > > There are some carbon components to do uploads to server etc. Please > reuse components/ code when possible. > OK, will do. Thanks, Shariq. > > Thanks > Srinath > > On Fri, Oct 1, 2010 at 12:27 PM, Afkham Azeez wrote: > >

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-10-01 Thread Srinath Perera
Hi Shariq, There are some carbon components to do uploads to server etc. Please reuse components/ code when possible. Thanks Srinath On Fri, Oct 1, 2010 at 12:27 PM, Afkham Azeez wrote: > > > > > On Fri, Oct 1, 2010 at 11:24 AM, Ruwan Linton wrote: >> >> What I am saying is we have a similar r

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
On Fri, Oct 1, 2010 at 11:24 AM, Ruwan Linton wrote: > What I am saying is we have a similar requirement in ESB to upload task > jar files, mediator jar files and so forth and those could be implemented as > repomanager.synapse providing the consistency. > > Yes +1 > Of course +1 for the axis2

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Ruwan Linton
What I am saying is we have a similar requirement in ESB to upload task jar files, mediator jar files and so forth and those could be implemented as repomanager.synapse providing the consistency. Of course +1 for the axis2 repo manager :-) Ruwan On 10/1/10 11:14 AM, Afkham Azeez wrote: The f

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
The first version of this component will only be handling uploading JARs to the lib directories at different levels of the Axis2 repo since we do not have any other way to do this. We will still continue to have the AAR/JAXWS/SpringService/DS etc. upload stuff, though those are also part of repo mg

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Ruwan Linton
+1, for repomanager.axis2 we might have a repomanager.synapse in the future. Well, isn't the task and mediator upload belongs to repomanager.synapse by going with the definition of axis2 repo manager. Ruwan On 10/1/10 10:44 AM, Afkham Azeez wrote: On Fri, Oct 1, 2010 at 10:28 AM, Shari

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
On Fri, Oct 1, 2010 at 10:28 AM, Shariq wrote: > Yes. We decided on repomanager.axis2 since we can add more repository > managers in the future. > But do we have to alter the component name as well cause currently it says > Axis2 Repository Management ? > No. Let's leave it as it is. > > Thank

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Shariq
Yes. We decided on repomanager.axis2 since we can add more repository managers in the future. But do we have to alter the component name as well cause currently it says Axis2 Repository Management ? Thanks, Shariq. On Fri, Oct 1, 2010 at 10:21 AM, Afkham Azeez wrote: > No. I suggested repomanag

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
No. I suggested repomanager.axis2 since in the future, we may introduce components for managing other repos. So, repomanager.carbon may be one of the future components. Azeez On Fri, Oct 1, 2010 at 10:17 AM, Isuru Suriarachchi wrote: > > > On Fri, Oct 1, 2010 at 10:12 AM, Afkham Azeez wrote:

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Shariq
On Fri, Oct 1, 2010 at 10:12 AM, Afkham Azeez wrote: > > > > > On Fri, Oct 1, 2010 at 10:04 AM, Shariq wrote: > >> Hi, >> >> At present, I am working on developing a Carbon Component to manage the >> Axis2 Repository. >> The purpose of this component is to provide the capability to add common >>

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Isuru Suriarachchi
On Fri, Oct 1, 2010 at 10:12 AM, Afkham Azeez wrote: > > > > > On Fri, Oct 1, 2010 at 10:04 AM, Shariq wrote: > >> Hi, >> >> At present, I am working on developing a Carbon Component to manage the >> Axis2 Repository. >> The purpose of this component is to provide the capability to add common >>

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
On Fri, Oct 1, 2010 at 10:04 AM, Shariq wrote: > Hi, > > At present, I am working on developing a Carbon Component to manage the > Axis2 Repository. > The purpose of this component is to provide the capability to add common > jars, libs etc. to the /lib directory via the Management Console. > > C

Re: [Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Afkham Azeez
The reason for introducing this component mainly is for allowing tenants to manage their Axis repositories. If there are shared libraries, they can place it in the relevant lib directories and 'restart' their AxisConfigurations. Azeez On Fri, Oct 1, 2010 at 10:04 AM, Shariq wrote: > Hi, > > A

[Carbon-dev] New Carbon Component - Axis2 Repository Management

2010-09-30 Thread Shariq
Hi, At present, I am working on developing a Carbon Component to manage the Axis2 Repository. The purpose of this component is to provide the capability to add common jars, libs etc. to the /lib directory via the Management Console. Currently I am using following names and package structure. Com