Thanks for the clarification. .. and thanks in advance for raising the JIRA issue.
On 10/20/06, lipkap <[EMAIL PROTECTED]> wrote:
The problem is the other way round. When the install fails the installer is not registered as a loaded installer. Now if you then try to uninstall such a component the uninstaller's uninstall method does not get called and so the class loader is not destroyed. I'll investigate the problem in details and post a jira issue with a detailed description. thanks for the answer anyway, regards, Pawel. gnodet wrote: > > When a component directory is deleted because the > component is uninstalled, if the delete fails, the next > installation will create a new directory and will > create a new classloader, so there should be no > problem. > There is know problems when uninstalling components > but no one had time to investigate the issue yet. > > On 10/19/06, lipkap <[EMAIL PROTECTED]> wrote: >> >> I think i encountered a problem with classloading or actually with class >> unloading. >> I have a custom binding component utilizing the weblogic web container. >> I install the component and it does not install correctly. >> when i then remove the component the installation service tries to >> uninstall >> the component. Since the comp. was not installed correctly the >> installation >> service does not go into the installer's uninstall method where the >> component's classloader is destroyed. >> As a result when I correct my bugs, recompile the component and try to >> install it again the same classes are used (i think they're not reloaded) >> - >> at least that is my suspicion since i see no effects of my bugs being >> corrected. >> >> Has anyone ever encountered a similar problem??? >> >> I don't want to post a jira issue yet 'cause am not sure whether it is an >> actual bug. Maybe I am doing something wrong. >> >> regards, >> >> Pawel >> -- >> View this message in context: >> http://www.nabble.com/Unloading-classes-tf2474479.html#a6900182 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/Unloading-classes-tf2474479.html#a6911280 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet
