Re: [hibernate-dev] [infinispan-dev] [ISPN-6] COMMITTED tx status handling changed from JBC to ISPN

2009-08-19 Thread Galder Zamarreno
A FYI: Integrated with HB trunk and test now passes without any probs. Many thanks Steve! On 08/18/2009 10:57 PM, Manik Surtani wrote: > Great! > > On 18 Aug 2009, at 20:40, Galder Zamarreno wrote: > >> Right, so basically it's time for me to integrate this into HB trunk. >> I'll start with that

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] COMMITTED tx status handling changed from JBC to ISPN

2009-08-19 Thread Manik Surtani
Wahey! We're on our way. We should blog about this. On 19 Aug 2009, at 08:32, Galder Zamarreno wrote: > A FYI: Integrated with HB trunk and test now passes without any probs. > > Many thanks Steve! > > On 08/18/2009 10:57 PM, Manik Surtani wrote: >> Great! >> >> On 18 Aug 2009, at 20:40, Galde

[hibernate-dev] Benchmarking 2nd level cache providers?

2009-08-19 Thread Galder Zamarreno
While talking to Manik online, the topic of 2nd level cache benchmarking came up and was wondering if there's a way to benchmark different 2nd level cache providers in Hibernate? Cheers, -- Galder Zamarreño Sr. Software Engineer Infinispan, JBoss Cache __

[hibernate-dev] ANN-572 revisited patch

2009-08-19 Thread Ing. Arturo Frappé Muñoz
There's a new patch for ANN-572, http://opensource.atlassian.com/projects/hibernate/browse/ANN-861 Now includes a jUnit test. Please comment ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibern

Re: [hibernate-dev] Configuration for Infinispan cache working as directory provider in HSearch

2009-08-19 Thread Emmanuel Bernard
On 18 août 09, at 17:35, Łukasz Moreń wrote: Now, every directory provider creates new Infinispan CacheManager - factory for caches. Each manager creates cache with defined name. Caches with this same name make distributed one, so we can have one common cache, cache per directory, depends