Hi, I have run into a problem because by default the ehcache replaycache code results in sharing the global eh cache manager. (The CacheManager.create() call)
This is a problem if using ehcache for ldap user cache if i restart an endpoint because the cache manager is shutdown by cxf. I am still investigating the ideal approach to this whether its to implement my own replay cache or contribute patches to configure whether to shut down the manager or let some other non cxf trigger do that. I am leaning towards the latter.
