{
// Add a noop interceptor since the 3.2.3- interceptors always had
// to delegate to the next in order to dispatch the operation. Now
// there is no interceptor for this so this prevents NPEs.
list.add(new NullInterceptor());
ctx.setInterceptors(list);
}
}
}