Uninstalling a bundle for a JBI packaged component does not update the
org.apache.servicemix.jbi.management.InstallationService installers
------------------------------------------------------------------------------------------------------------------------------------------
Key: SMX4NMR-78
URL: https://issues.apache.org/activemq/browse/SMX4NMR-78
Project: ServiceMix NMR
Issue Type: Bug
Reporter: Guillaume Nodet
Fix For: 1.0.0
When reinstalling through JBI ant tasks, this lead to the following exception:
{code}
javax.jbi.management.DeploymentException: Component XXXXX is already installed
at
org.apache.servicemix.jbi.management.InstallationService.install(InstallationService.java:305)
at
org.apache.servicemix.jbi.management.InstallationService.install(InstallationService.java:284)
at
org.apache.servicemix.jbi.management.AdminCommandsService.installComponent(AdminCommandsService.java:80)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.