As a developer, I'd expect that elements defined at the top level of a Cache Configuration are mergable using the introduce namespace. Unfortunately they currently aren't.
The problem was caused by the element not being recognized (it was only added in Coherence 12.1.3) and thus no merged. The issue was resolved in Coherence Incubator 13.0.0 as this is the only release supporting the use of
As a developer, I'd expect that elements defined at the top level of a Cache Configuration are mergable using the introduce namespace. Unfortunately they currently aren't.