@Override
protected void onSetUp() throws CrudException {
try {
super.onSetUp();
} catch (Exception e) {
throw new CrudException(e.getMessage(), e);
}
// Set up a new thread context class loader
threadContextClassLoader = Thread.currentThread()
.getContextClassLoader();