//cache.getAdvancedCache().getComponentRegistry().registerComponent(interceptor, TransactionTrackInterceptor.class);
//TODO: begin of workaround because of ISPN-3066
interceptor.cache = cache;
interceptor.embeddedCacheManager = cache.getCacheManager();
//TODO: end of workaround because of ISPN-3066
chain.addInterceptor(interceptor, 0);
return interceptor;
}
public synchronized final GlobalTransaction getLastExecutedTransaction() {
int size = localTransactionsOperation.size();