}
*/
@Test
public void getComponent() throws Exception {
JBIComponent comp = client.getComponent(new GetComponentRequest("sun-bpel-engine"));
Assert.assertNotNull(comp);
System.out.println(comp);
String descriptor = client.getComponentDescriptor(new GetComponentDescriptorRequest("sun-bpel-engine"));