Hi, I added the line:
this.installers.put(componentName, installer); in the buildComponent method of InstallationService (which gets called at startup) and now the uninstall after restart works. Not sure if this is appropriate since I don't understand the code real well but everything appears fine now. cbaswell wrote: > > Greetings, > > I'm having some trouble with the JBI ant tasks (running the latest 3.1 > release). The problem occurs after installing a component and then > restarting servicemix. Upon restart I seem to be unable to then uninstall > the component. > > Looking in the code it appears as though the unloadInstaller method of > InstallationService fails because the component installer is no longer > loaded. Any help on this would be appreciated. > > Thanks, > Corey > -- View this message in context: http://www.nabble.com/Uninstall-Problem-tf3550606s12049.html#a9912690 Sent from the ServiceMix - User mailing list archive at Nabble.com.
