assertEquals("getTarget().getArtifactsZip() for 3", "SequencingEngineSU.zip", serviceUnits[3].getTarget().getArtifactsZip());
assertEquals("getTarget().getComponentName() for 3", "SunSequencingEngine", serviceUnits[3].getTarget().getComponentName());
}
protected AbstractXmlApplicationContext createBeanFactory() throws Exception {
return new DebugClassPathXmlApplicationContext("org/servicemix/jbi/deployment/serviceAssembly.xml",
Arrays.asList(new Object[] { new XBeanProcessor() }));
}