String comp = sus[i].getTarget().getComponentName();
URI installUri = new URI("sus/" + comp + "/" + name + "/");
unzip(context, new JarFile(new File(targetDir, zip)), installUri);
// Add component config as a dependency
Artifact sl = new Artifact("servicemix-components", comp, "0.0", "car");
environment.addDependency(sl, ImportType.ALL);
// Deploy the SU on the component
Component jbiServiceUnit = null;
try {
jbiServiceUnit = getAssociatedJbiServiceUnit(comp, sl);
} catch (GBeanNotFoundException e) {