Re: [Dev] [AF] Add entry to appfactory.xml to get Undeployer class name

2014-11-18 Thread Mahesh Chinthaka
Hi Anuruddha, Please find the attached diff. On Tue, Nov 18, 2014 at 10:59 PM, Mahesh Chinthaka wrote: > Hi Dimuthu, > Thanks. I will collaborate with Anuruddha and will make it happen for > Alpha. > > On Tue, Nov 18, 2014 at 10:46 PM, Dimuthu Leelarathne > wrote: > >> Hi Mahesh, >> >> We sho

Re: [Dev] [AF] Add entry to appfactory.xml to get Undeployer class name

2014-11-18 Thread Mahesh Chinthaka
Hi Dimuthu, Thanks. I will collaborate with Anuruddha and will make it happen for Alpha. On Tue, Nov 18, 2014 at 10:46 PM, Dimuthu Leelarathne wrote: > Hi Mahesh, > > We should do it for alpha, but please do the change both in Puppet > manifests and bash scripts. The latter is less important. >

Re: [Dev] [AF] Add entry to appfactory.xml to get Undeployer class name

2014-11-18 Thread Dimuthu Leelarathne
Hi Mahesh, We should do it for alpha, but please do the change both in Puppet manifests and bash scripts. The latter is less important. thanks, dimuthu On Tue, Nov 18, 2014 at 10:14 PM, Mahesh Chinthaka wrote: > Hi Dimuthu, > > While doing JGit plugin integration I came across a requirement t

[Dev] [AF] Add entry to appfactory.xml to get Undeployer class name

2014-11-18 Thread Mahesh Chinthaka
Hi Dimuthu, While doing JGit plugin integration I came across a requirement to load the undeployer class name for a given apptype and stage. At the moment we have a method to get deployer class name. Utils.getDeployerClassName(stage, appType); What it does is get the appropriate value from the ap