Re: [infinispan-dev] Is it time to reduce the complexity of the CacheManager?

2015-02-24 Thread Dan Berindei
We have talked about dropping support for asymmetric clusters quite a few times before. I still think it's worth making it look symmetric in the API, however I'm starting to doubt it will bring a lot of benefits in simplifying the implementation. These are the reasons I think we'll need to keep

Re: [infinispan-dev] Different configuration with Hibernate

2015-02-24 Thread Sanne Grinovero
Interesting, so it seems it's possible to configure a specific cache for a specific entity? I thought this was a pending limitation of the Infinispan Cache, and I'm afraid most other users will think it too as none of this is mentioned in the Hibernate documentation. On 24 February 2015 at

Re: [infinispan-dev] Different configuration with Hibernate

2015-02-24 Thread Dan Berindei
I believe the user guide has the answer to the original question: http://infinispan.org/docs/7.0.x/user_guide/user_guide.html#_advanced_configuration_2 On top of that, this finer grained cache definition enables users to define cache settings on a per entity/collection basis. For example:

[infinispan-dev] NPE in SingleFileStore during node shutdown

2015-02-24 Thread Andreas Kruthoff
Hi Dev From time to time, I'm running into this exception which causes the node to hang. Exception in thread persistence-thread--p5-t1 org.infinispan.persistence.spi.PersistenceException: java.lang.NullPointerException at

[infinispan-dev] [Query] Continuous queries 1-1 modify case

2015-02-24 Thread Emmanuel Bernard
While discussing with Stelios, I realised that it is useful in some circumstances to receive a notification in case of a 1-1 transition. This diff captures the design improvements