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"));
System.out.println(descriptor);
/*
Set<ApplicationVariable> variables = client.listApplicationVariables(new ListApplicationVariablesRequest(comp.getName()));
System.out.println(variables);