*
* @jmx.managed-operation
*/
public void installArchive(String archive) {
try {
ArchiveEntry entry = jbiContainer.getAutoDeploymentService().updateExternalArchive(archive, true);
archiveMap.put(archive, entry);
} catch (DeploymentException e) {
throw new RuntimeException(
"ServiceMix JBIContainer unable to install archive ["
+ archive + "]", e);