Re: [hibernate-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
Resending to hibernate-dev list. On 08/04/2009 10:37 AM, Galder Zamarreno wrote: > Hi, > > Re: https://jira.jboss.org/jira/browse/ISPN-6 > > Source code for this is currently located in an Infinispan branch in the > Hibernate SVN repo: > > https://svn.jboss.org/repos/hibernate/core/branches/INFINI

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Manik Surtani
On 4 Aug 2009, at 09:37, Galder Zamarreno wrote: Hi, Re: https://jira.jboss.org/jira/browse/ISPN-6 Source code for this is currently located in an Infinispan branch in the Hibernate SVN repo: https://svn.jboss.org/repos/hibernate/core/branches/INFINISPAN/ http://anonsvn.jboss.org/repos/hi

Re: [hibernate-dev] Spliting Lucene segments in Infinispan Directory

2009-08-04 Thread Emmanuel Bernard
Manik, do you have some insight? We can't really understand why this is split. Emmanuel On Jul 30, 2009, at 19:51, Łukasz Moreń wrote: > Hi, > > The JBoss Cache directory for Lucene splits each Lucene segment into > pieces - chunks. Similar solutions exists in Lucene RamDirectory > implemen

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
On 08/04/2009 11:32 AM, Manik Surtani wrote: > > On 4 Aug 2009, at 09:37, Galder Zamarreno wrote: > >> Hi, >> >> Re: https://jira.jboss.org/jira/browse/ISPN-6 >> >> Source code for this is currently located in an Infinispan branch in the >> Hibernate SVN repo: >> >> https://svn.jboss.org/repos/hi

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Manik Surtani
On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: s/region.ispn4/infinispan Ok. One thing here though. Chris's original solution works in such way that for each entity/collection, a new cache is retrieved from the cache manager using the region name, so for this example 3 caches would

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Steve Ebersole
On Tue, 2009-08-04 at 14:35 +0100, Manik Surtani wrote: Yes this is obviously something worthwhile at a high level. I cannot speak to implementation details wrt Infinispan. > > I suppose that would depend on the need for different eviction > characteristics for different entity types. So from

Re: [hibernate-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Brian Stansberry
Galder Zamarreno wrote: > Hi, > > Re: https://jira.jboss.org/jira/browse/ISPN-6 > > Source code for this is currently located in an Infinispan branch in the > Hibernate SVN repo: > > https://svn.jboss.org/repos/hibernate/core/branches/INFINISPAN/ > http://anonsvn.jboss.org/repos/hibernate/core/

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Brian Stansberry
Manik Surtani wrote: > > On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: > >>> >>> s/region.ispn4/infinispan >> >> Ok. >> >> One thing here though. Chris's original solution works in such way >> that for each entity/collection, a new cache is retrieved from the >> cache manager using the regio

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
On 08/04/2009 03:35 PM, Manik Surtani wrote: > > On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: > >>> >>> s/region.ispn4/infinispan >> >> Ok. >> >> One thing here though. Chris's original solution works in such way >> that for each entity/collection, a new cache is retrieved from the >> cache m

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Brian Stansberry
Got distracted and hit send early last time... Brian Stansberry wrote: > Manik Surtani wrote: >> >> On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: >> s/region.ispn4/infinispan >>> >>> Ok. >>> >>> One thing here though. Chris's original solution works in such way >>> that for each enti

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
On 08/04/2009 06:23 PM, Brian Stansberry wrote: > Got distracted and hit send early last time... > > Brian Stansberry wrote: >> Manik Surtani wrote: >>> >>> On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: >>> > > s/region.ispn4/infinispan Ok. One thing here though. Ch

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
On 08/04/2009 06:23 PM, Brian Stansberry wrote: > In the JBC2 integration, the JBC Region is pretty important, beyond > eviction. There are things like clear operations that are scoped to the > Region (e.g. to support invalidating all entities of a given type out of > the cache). The Infinispan

Re: [hibernate-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Galder Zamarreno
On 08/04/2009 05:53 PM, Brian Stansberry wrote: > Galder Zamarreno wrote: >> Hi, >> >> Re: https://jira.jboss.org/jira/browse/ISPN-6 >> >> Source code for this is currently located in an Infinispan branch in >> the Hibernate SVN repo: >> >> https://svn.jboss.org/repos/hibernate/core/branches/INFI

Re: [hibernate-dev] [infinispan-dev] [ISPN-6] (Infinispan cache provider for Hibernate) Remaining TODOs, notes and questions

2009-08-04 Thread Brian Stansberry
Galder Zamarreno wrote: > > > On 08/04/2009 06:23 PM, Brian Stansberry wrote: >> Got distracted and hit send early last time... >> >> Brian Stansberry wrote: >>> Manik Surtani wrote: On 4 Aug 2009, at 14:02, Galder Zamarreno wrote: >> >> s/region.ispn4/infinispan >

[hibernate-dev] Fwd: [jsr-303-eg] [NEW] SecurityManager considerations

2009-08-04 Thread Emmanuel Bernard
Begin forwarded message: From: Emmanuel Bernard Date: August 4, 2009 16:26:57 EDT To: jsr-303...@jcp.org Subject: Re: [jsr-303-eg] [NEW] SecurityManager considerations Reply-To: jsr-303...@jcp.org On Aug 4, 2009, at 12:57, Ed Burns wrote: On Thu, 16 Jul 2009 14:19:49 -0700, Ed Burns