ehcache / ehcache-jcache

The Ehcache 2.x implementation of JSR107 (JCACHE)
Other
91 stars 48 forks source link

eventlisteners not working because of null source #10

Closed subes closed 10 years ago

subes commented 12 years ago

Hi,

the eventlisteners were not working at all, because of the wrong type being expected in the listener. I've fixed the bug in this commit in my branch: https://github.com/subes/ehcache-jcache/commit/b9eb9f894145915c91f4817dd78ed682316c8dea

It would be nice if you could implement something similar in your branch, to make the listeners work.