Re: HostConfig.checkResources()

2009-06-13 Thread Mark Thomas
Konstantin Kolinko wrote: > In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk, > there are two code paths that perform undeploy of an application -- > look for the comment > "// Undeploy application". > > The first one is called when a redeployResources resource is update

HostConfig.checkResources()

2009-06-13 Thread Konstantin Kolinko
In o.a.c.startup.HostConfig.checkResources() method of tc6.0.x and of trunk, there are two code paths that perform undeploy of an application -- look for the comment "// Undeploy application". The first one is called when a redeployResources resource is updated. The second one - when it is deleted