Re: [hibernate-dev] meaning of shared-cache-mode default to Hibernate...

2011-05-02 Thread Steve Ebersole
The problems are (1) what provider to use and (2) what access strategy to use. We are not like most other providers that only offer a single type of cache and strategy. On 05/02/2011 04:09 PM, Emmanuel Bernard wrote: > I agree with you. > Today, if you do not / forgot to specify > "javax.pers

Re: [hibernate-dev] meaning of shared-cache-mode default to Hibernate...

2011-05-02 Thread Emmanuel Bernard
I agree with you. Today, if you do not / forgot to specify "javax.persistence.sharedCache.mode", you're up for a long debugging ride before figuring it out. So +1 for ENABLE_SELECTIVE. That is the default if people use hbm.xml files + SessionFactory anyways. Emmanuel On 2 mai 2011, at 15:55, S