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 appfactory.xml file.

I need the same implementation for undeployment  like following,

Utils.getUndeployerClassName(stage, appType);

In order to do that I need to add and new  xml tag entry to appfactory.xml
file.
As I got to know , modifying appfactory.xml will effect AF puppetising
process.
Anuruddha will explain the overhead.

Since AF puppetising work is going on and our alpha release is near by ;
should we do this change or shall I keep it in hard coded for the time
being ?
Advise me on this please.

-- 
*Mahesh Chinthaka Vidanagama* | Software Engineer
WSO2, Inc | lean. enterprise. middleware.
#20, Palm Grove, Colombo 03, Sri Lanka
Mobile: +94 71 63 63 083 | Work: +94 112 145 345
Email: [email protected] | Web: www.wso2.com
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to