public void testNoComponentService() throws Exception{
Deployment testDeployment = new MockDeployment(
new ModelPuller<SwitchYardModel>().pull("switchyard_multiappweb.xml", getClass()),
QName.valueOf("{urn:switchyard-quickstart-demo:multiapp:0.1.0}web"));
SwitchYardBuilder builder = new SwitchYardBuilder();
builder.notify(new ApplicationDeployedEvent(testDeployment));
Assert.assertEquals(1, builder.getSwitchYard().getApplications().size());
}