Re: [hibernate-dev] hibernate.cache.default_cache_concurrency_strategy has no effect

2015-04-29 Thread Gail Badner
ay, April 29, 2015 7:01:11 AM > Subject: [hibernate-dev] hibernate.cache.default_cache_concurrency_strategy > has no effect > > Hi, > Setting the "hibernate.cache.default_cache_concurrency_strategy" property > doesn't have any effect. > This setting is inspected in

[hibernate-dev] hibernate.cache.default_cache_concurrency_strategy has no effect

2015-04-29 Thread Mihalcea Vlad
Hi, Setting the "hibernate.cache.default_cache_concurrency_strategy" property doesn't have any effect. This setting is inspected in AnnotationBinder.prepareDefaultCacheConcurrencyStrategy method, but thatmethod is never called. Here's a test to replicate the issue: https://github.com/vladmihalc