"APP2_MAIN", null);
} catch (IOException e) {
fail(e.getMessage());
}
App2Spec app2Spec = obrmanhelper.createInstance(app2CompoType,
App2Spec.class);
System.out
.println("\n==================Start call test=================== \n");
app2Spec.call("Call Main APP2 from Test");
System.out
.println("\n=================End call test====================\n");
}