ehcache « Transaction « Spring Q&A





1. Ehcache cannot overflow data to disk in XA Mode (NotSerializableException)    stackoverflow.com

I'm experimenting XA transactions with Ehcache. Currently I'm using Spring transaction management and Bitronix as transaction manager. I create, configure and fill up a cache using the method below:

@Transactional
public void createCache() ...