Closed snicoll closed 9 years ago
Hey Stéphane,
I'll have a look, I probably have a clue already about what's going on, as Ehcache
has been considering a Cache
named default
as a somewhat special case... So probably a legit bug. I'll update this as soon as I know more. Thanks a lot for the reproducible test case btw!
Alex
It's an issue in Ehcache-core, raised: https://jira.terracotta.org/jira/browse/EHC-1091
I am trying to use a region named
default
usingehcache-jcache
. When I tries to create it using the standard JSR-107 API, I get the following exception:When I only try to access it (i.e. without creating it myself), I get:
Sample project available here