I took a look and the problem, in this case, is the way you configured the mapper cache. As mentioned in #452 , to apply cache on both XML and Java mapper, you need to specify <cache /> in XML mapper and reference it using @CacheNamespaceRef in Java mapper. It would be nice if...