Assert.assertNotNull(bpelComp);
Service jsonpService = composite.getService("JSONPService");
Assert.assertNotNull(jsonpService);
Assert.assertEquals(1, jsonpService.getBindings().size());
JSONPBinding jsonpBinding = jsonpService.getBinding(JSONPBinding.class);
Assert.assertNotNull(jsonpBinding);
Service jmsService = composite.getService("JMSService");
Assert.assertNotNull(jmsService);
Assert.assertEquals(1, jmsService.getBindings().size());