status.addEventStatus("Process", "Failed", rpe);
} finally {
if ( callbackListener != null ) {
callbackListener.entityProcessComplete(cas, status);
}
cas.release();
}
}
System.out.println(">>>>>>>> runTest: Thread::" + Thread.currentThread().getId()
+ " Is Exiting - Completed Full Run");
} catch (Exception e) {